Skip to content

Commit bda1a0d

Browse files
authored
Update i18n.ts - Linux users (RooCodeInc#1447)
1 parent d3223f2 commit bda1a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webview-ui/src/i18n.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { initReactI18next } from "react-i18next"
33

44
import translationEN from "./locales/en/translation.json"
55
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"
6+
import translationZHCN from "./locales/zh-cn/translation.json"
7+
import translationZHTW from "./locales/zh-tw/translation.json"
88
import translationJA from "./locales/ja/translation.json"
99

1010
i18n.use(initReactI18next) // passes i18n down to react-i18next

0 commit comments

Comments
 (0)