From 5c770ffa62a9bf6f76359a6a4b24c929986213c1 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Tue, 25 Mar 2025 21:00:11 +0100 Subject: [PATCH] Update available languages --- src/i18n/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/index.ts b/src/i18n/index.ts index 0949e733..1604aaa1 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -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];