1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Chinese Basic Support

This commit is contained in:
incubator4th 2020-08-04 15:50:46 +08:00
parent 7f65f1ea06
commit b1d51fc629
3 changed files with 2492 additions and 1 deletions

2489
locales/zh/messages.po Normal file

File diff suppressed because it is too large Load Diff

View File

@ -49,7 +49,8 @@
"locales": [ "locales": [
"en", "en",
"ru", "ru",
"fi" "fi",
"zh"
], ],
"format": "po", "format": "po",
"sourceLocale": "en", "sourceLocale": "en",

View File

@ -29,6 +29,7 @@ export class LocalizationStore {
{ code: "en", title: "English", nativeTitle: "English" }, { code: "en", title: "English", nativeTitle: "English" },
{ code: "ru", title: "Russian", nativeTitle: "Русский" }, { code: "ru", title: "Russian", nativeTitle: "Русский" },
{ code: "fi", title: "Finnish", nativeTitle: "Suomi" }, { code: "fi", title: "Finnish", nativeTitle: "Suomi" },
{ code: "zh", title: "Chinese", nativeTitle: "中文" },
], "title"); ], "title");
constructor() { constructor() {