diff --git a/lingui.config.ts b/lingui.config.ts index d1d7655c..030ccad1 100644 --- a/lingui.config.ts +++ b/lingui.config.ts @@ -15,6 +15,7 @@ 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', diff --git a/src/i18n/index.ts b/src/i18n/index.ts index 078cd3f2..ffe158ca 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -19,6 +19,7 @@ import { AppStorage } from '@/lib/storage/AppStorage.ts'; * This is generated by the `i18n:gen-resources` script */ export const i18nResources = [ + 'ar', 'de', 'en', 'es',