diff --git a/.vscode/settings.json b/.vscode/settings.json index 3b664107..454186aa 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "git.ignoreLimitWarning": true -} \ No newline at end of file + "git.ignoreLimitWarning": true, + "i18n-ally.localesPaths": ["public/locales"] +} diff --git a/components/about/UpdatesPage/index.tsx b/components/about/UpdatesPage/index.tsx index c865b5e1..476dcc06 100644 --- a/components/about/UpdatesPage/index.tsx +++ b/components/about/UpdatesPage/index.tsx @@ -78,6 +78,21 @@ const UpdatesPage = () => { return (

{common('about.segmented_control.updates')}

+