Update i18n.ts

pull/726/merge^2
Lugiad 2024-05-14 02:36:15 +02:00 committed by GitHub
parent b4f04b85a4
commit b6ea5d1b9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import { frConfig } from '#app/locales/fr/config.js';
import { itConfig } from '#app/locales/it/config.js';
import { ptBrConfig } from '#app/locales/pt_BR/config.js';
import { zhCnConfig } from '#app/locales/zh_CN/config.js';
import { zhCnConfig } from '#app/locales/jp/config.js';
import { jpConfig } from '#app/locales/jp/config.js';
export interface SimpleTranslationEntries {
[key: string]: string
@ -118,4 +118,4 @@ declare module 'i18next' {
}
}
export default i18next;
export default i18next;