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

Chinese Translate Basic Support

This commit is contained in:
incubator4th 2020-08-04 15:05:25 +08:00
parent d4ff99f3bf
commit 0533886d64
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

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

View File

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