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:
parent
d4ff99f3bf
commit
0533886d64
2489
locales/zh/messages.po
Normal file
2489
locales/zh/messages.po
Normal file
File diff suppressed because it is too large
Load Diff
@ -47,7 +47,8 @@
|
||||
"locales": [
|
||||
"en",
|
||||
"ru",
|
||||
"fi"
|
||||
"fi",
|
||||
"zh"
|
||||
],
|
||||
"format": "po",
|
||||
"sourceLocale": "en",
|
||||
|
||||
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user