Update available languages

This commit is contained in:
schroda
2025-03-25 21:00:11 +01:00
parent 6be384f859
commit 5c770ffa62

View File

@@ -19,7 +19,7 @@ import HttpBackend from 'i18next-http-backend';
*
* This is generated by the `i18n:gen-resources` script
*/
export const i18nResources = ['en', 'es', 'pt', 'ru', 'ta', 'tr', 'vi', 'zh_Hans', 'zh_Hant'] as const;
export const i18nResources = ['de', 'en', 'es', 'fr', 'pt', 'ru', 'ta', 'tr', 'vi', 'zh_Hans', 'zh_Hant'] as const;
export type I18nResourceCode = (typeof i18nResources)[number];