Update available languages

This commit is contained in:
github-actions[bot]
2026-05-13 22:10:30 +00:00
parent bfa1d81f6d
commit 8840b88bc9
2 changed files with 20 additions and 1 deletions

View File

@@ -14,7 +14,25 @@ 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', 'ru', 'vi', 'zh-Hans', 'zh-Hant'],
locales: [
'ar',
'de',
'en',
'es',
'fa',
'fr',
'hu',
'id',
'it',
'ja',
'ko',
'pl',
'pt',
'ru',
'vi',
'zh-Hans',
'zh-Hant',
],
catalogs: [
{
path: '<rootDir>/src/i18n/locales/{locale}',

View File

@@ -31,6 +31,7 @@ export const i18nResources = [
'ja',
'ko',
'pl',
'pt',
'ru',
'vi',
'zh-Hans',