Require languages to be at least 75% translated

This commit is contained in:
schroda
2025-02-17 02:29:50 +01:00
parent 5dcbf6c168
commit 0a34ae01ba
6 changed files with 123 additions and 37 deletions

View File

@@ -19,30 +19,7 @@ import HttpBackend from 'i18next-http-backend';
*
* This is generated by the `i18n:gen-resources` script
*/
export const i18nResources = [
'ar',
'bn',
'da',
'de',
'en',
'es',
'fr',
'id',
'it',
'ja',
'ko',
'nb-NO',
'nl',
'pt',
'ru',
'sv',
'th',
'tr',
'uk',
'vi',
'zh_Hans',
'zh_Hant',
] as const;
export const i18nResources = ['en', 'es', 'pt', 'ru', 'tr', 'vi', 'zh_Hans', 'zh_Hant'] as const;
export type I18nResourceCode = (typeof i18nResources)[number];