update
This commit is contained in:
37
frontend/src/_locales/resources.ts
Normal file
37
frontend/src/_locales/resources.ts
Normal file
@@ -0,0 +1,37 @@
|
||||
import zhHans from './zh-hans/main.json'
|
||||
|
||||
export const resources = {
|
||||
zh: {
|
||||
translation: zhHans
|
||||
}
|
||||
// de: {
|
||||
// translation: de,
|
||||
// },
|
||||
// es: {
|
||||
// translation: es,
|
||||
// },
|
||||
// fr: {
|
||||
// translation: fr,
|
||||
// },
|
||||
// in: {
|
||||
// translation: inTrans,
|
||||
// },
|
||||
// it: {
|
||||
// translation: it,
|
||||
// },
|
||||
// ja: {
|
||||
// translation: ja,
|
||||
// },
|
||||
// ko: {
|
||||
// translation: ko,
|
||||
// },
|
||||
// pt: {
|
||||
// translation: pt,
|
||||
// },
|
||||
// ru: {
|
||||
// translation: ru,
|
||||
// },
|
||||
// zhHant: {
|
||||
// translation: zhHant,
|
||||
// },
|
||||
}
|
||||
Reference in New Issue
Block a user