Fix missing type support for i18n resources

Due to the change in 65a9a905be - moving to a json file - it wasn't ensured anymore that IsoLanguages contained the i18n language codes
This commit is contained in:
schroda
2026-01-30 21:46:20 +01:00
parent c5cdd347b7
commit edbbc81575
5 changed files with 47 additions and 37 deletions

View File

@@ -13,7 +13,7 @@ import { formatter } from '@lingui/format-po';
// eslint-disable-next-line import/no-default-export
export default defineConfig({
sourceLocale: 'en',
// This array 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: [
'de',
'en',