Update available languages

This commit is contained in:
github-actions[bot]
2026-07-16 19:42:47 +00:00
parent c2c8947b29
commit 36bc9deb3a
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ import { formatter } from '@lingui/format-po';
export default defineConfig({ export default defineConfig({
sourceLocale: 'en', sourceLocale: 'en',
// !!!IMPORTANT!!!: 'locales' is auto-generated by tools/scripts/weblate/generatei18nResources.ts. Do not edit manually. // !!!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: [ catalogs: [
{ {
path: '<rootDir>/src/i18n/locales/{locale}', path: '<rootDir>/src/i18n/locales/{locale}',

View File

@@ -28,6 +28,7 @@ export const i18nResources = [
'he', 'he',
'hu', 'hu',
'id', 'id',
'ko',
'pl', 'pl',
'pt', 'pt',
'ru', 'ru',