mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-07-23 06:41:30 +00:00
feat(i18n): add Simplified Chinese (#896)
This commit is contained in:
@@ -11,6 +11,7 @@ import ar from "./locales/ar-SA"
|
||||
import uk from "./locales/uk-UA"
|
||||
import ru from "./locales/ru-RU"
|
||||
import ko from "./locales/ko-KR"
|
||||
import zh from "./locales/zh-CN"
|
||||
|
||||
export const TRANSLATIONS = {
|
||||
"en-US": en,
|
||||
@@ -46,6 +47,7 @@ export const TRANSLATIONS = {
|
||||
"uk-UA": uk,
|
||||
"ru-RU": ru,
|
||||
"ko-KR": ko,
|
||||
"zh-CN": zh,
|
||||
} as const
|
||||
|
||||
export const defaultTranslation = "en-US"
|
||||
|
Reference in New Issue
Block a user