mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
Update i18n.ts - Linux users (#1447)
This commit is contained in:
parent
d3223f28d8
commit
bda1a0d4d6
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue