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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user