From 36bc9deb3af21d7b7ed1071ef864b113f53fe796 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Jul 2026 19:42:47 +0000 Subject: [PATCH] Update available languages --- lingui.config.ts | 2 +- src/i18n/index.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lingui.config.ts b/lingui.config.ts index 307cb439..cc43784c 100644 --- a/lingui.config.ts +++ b/lingui.config.ts @@ -14,7 +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', 'fr', 'he', 'hu', 'id', 'pl', 'pt', 'ru', 'vi', 'zh-Hans', 'zh-Hant'], + locales: ['ar', 'de', 'el', 'en', 'es', 'fr', 'he', 'hu', 'id', 'ko', '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 926630d6..39765076 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -28,6 +28,7 @@ export const i18nResources = [ 'he', 'hu', 'id', + 'ko', 'pl', 'pt', 'ru',