From 9e23297cdf62d6a88ec3c80a07c548d384e7d2c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 Jul 2026 22:12:43 +0000 Subject: [PATCH] Update available languages --- lingui.config.ts | 20 +------------------- src/i18n/index.ts | 4 +--- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/lingui.config.ts b/lingui.config.ts index 1985cf0f..307cb439 100644 --- a/lingui.config.ts +++ b/lingui.config.ts @@ -14,25 +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', - 'el', - 'en', - 'es', - 'fa', - 'fr', - 'hu', - 'id', - 'it', - 'ko', - 'pl', - 'pt', - 'ru', - 'vi', - 'zh-Hans', - 'zh-Hant', - ], + locales: ['ar', 'de', 'el', 'en', 'es', 'fr', 'he', 'hu', 'id', 'pl', 'pt', '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 1096a588..926630d6 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -24,12 +24,10 @@ export const i18nResources = [ 'el', 'en', 'es', - 'fa', 'fr', + 'he', 'hu', 'id', - 'it', - 'ko', 'pl', 'pt', 'ru',