locale(zh): Add Chinese (zh) localization
This commit is contained in:
@@ -30,6 +30,11 @@ export const languages: { [key: string]: Language } = {
|
|||||||
countryCode: "es",
|
countryCode: "es",
|
||||||
fullCode: "es-ES",
|
fullCode: "es-ES",
|
||||||
},
|
},
|
||||||
|
["zh"]: {
|
||||||
|
name: "简体中文",
|
||||||
|
countryCode: "cn",
|
||||||
|
fullCode: "zh-CN",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
i18n
|
i18n
|
||||||
|
|||||||
Reference in New Issue
Block a user