mirror of
https://github.com/coder/code-server.git
synced 2026-05-07 12:57:26 +02:00
Run formatter
Not sure why CI missed these, will have to look into it.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import i18next, { init } from "i18next"
|
||||
import * as en from "./locales/en.json"
|
||||
import * as zhCn from "./locales/zh-cn.json"
|
||||
import * as th from "./locales/th.json"
|
||||
import * as zhCn from "./locales/zh-cn.json"
|
||||
init({
|
||||
lng: "en",
|
||||
fallbackLng: "en", // language to use if translations in user language are not available.
|
||||
|
||||
Reference in New Issue
Block a user