diff --git a/lingui.config.ts b/lingui.config.ts index 14435a82..60689516 100644 --- a/lingui.config.ts +++ b/lingui.config.ts @@ -14,27 +14,7 @@ import { formatter } from '@lingui/format-po'; export default defineConfig({ sourceLocale: 'en', // !!!IMPORTANT!!!: 'locales' is auto-generated by tools/scripts/weblate/generatei18nResources.ts. Do not edit manually. - locales: [ - 'ar', - 'de', - 'en', - 'es', - 'fa', - 'fr', - 'hu', - 'id', - 'it', - 'ja', - 'ko', - 'pl', - 'pt', - 'ru', - 'ta', - 'tr', - 'vi', - 'zh-Hans', - 'zh-Hant', - ], + locales: ['ar', 'de', 'en', 'es', 'fa', 'fr', 'hu', 'id', 'it', 'ja', 'ko', 'pl', 'ru', 'vi', 'zh-Hans', 'zh-Hant'], catalogs: [ { path: '/src/i18n/locales/{locale}', diff --git a/src/i18n/index.ts b/src/i18n/index.ts index 1feda1f0..591e304e 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -31,10 +31,7 @@ export const i18nResources = [ 'ja', 'ko', 'pl', - 'pt', 'ru', - 'ta', - 'tr', 'vi', 'zh-Hans', 'zh-Hant',