We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3223f2 commit bda1a0dCopy full SHA for bda1a0d
webview-ui/src/i18n.ts
@@ -3,8 +3,8 @@ import { initReactI18next } from "react-i18next"
3
4
import translationEN from "./locales/en/translation.json"
5
import translationDE from "./locales/de/translation.json"
6
-import translationZHCN from "./locales/zh-CN/translation.json"
7
-import translationZHTW from "./locales/zh-TW/translation.json"
+import translationZHCN from "./locales/zh-cn/translation.json"
+import translationZHTW from "./locales/zh-tw/translation.json"
8
import translationJA from "./locales/ja/translation.json"
9
10
i18n.use(initReactI18next) // passes i18n down to react-i18next
0 commit comments