Update i18n.ts - Linux users (#1447)

This commit is contained in:
brownrw8 2025-01-24 12:59:57 -10:00 committed by GitHub
parent d3223f28d8
commit bda1a0d4d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,8 +3,8 @@ import { initReactI18next } from "react-i18next"
import translationEN from "./locales/en/translation.json"
import translationDE from "./locales/de/translation.json"
import translationZHCN from "./locales/zh-CN/translation.json"
import translationZHTW from "./locales/zh-TW/translation.json"
import translationZHCN from "./locales/zh-cn/translation.json"
import translationZHTW from "./locales/zh-tw/translation.json"
import translationJA from "./locales/ja/translation.json"
i18n.use(initReactI18next) // passes i18n down to react-i18next