createStringsResource: support merged imports
This commit is contained in:
parent
b4fa751345
commit
c49ae6fe0a
6 changed files with 58 additions and 32 deletions
|
@ -15,11 +15,11 @@
|
|||
"Language": "Language",
|
||||
"Region": "Region",
|
||||
"lang.auto": "Auto({{detected}})",
|
||||
"lang.zh-Hans": "中文(简体)",
|
||||
"lang.en": "English",
|
||||
"region.auto": "Auto({{detected}})",
|
||||
"region.en_GB": "Great Britan (English)",
|
||||
"region.en_US": "United States (English)",
|
||||
"region.zh_CN": "China Mainland (Chinese)",
|
||||
"datefmt": "yyyy/MM/dd"
|
||||
"datefmt": "yyyy/MM/dd",
|
||||
"Sign out": "Sign out",
|
||||
"Notifications": "Notifications"
|
||||
}
|
4
src/settings/i18n/lang-names.json
Normal file
4
src/settings/i18n/lang-names.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"lang.zh-Hans": "中文(简体)",
|
||||
"lang.en": "English"
|
||||
}
|
|
@ -15,11 +15,11 @@
|
|||
"Language": "语言",
|
||||
"Region": "区域",
|
||||
"lang.auto": "自动({{detected}})",
|
||||
"lang.zh-Hans": "中文(简体)",
|
||||
"lang.en": "English",
|
||||
"region.auto": "自动({{detected}})",
|
||||
"region.en_GB": "英国和苏格兰(英语)",
|
||||
"region.en_US": "美国(英语)",
|
||||
"region.zh_CN": "中国大陆(中文)",
|
||||
"datefmt": "yyyy年MM月dd日"
|
||||
"datefmt": "yyyy年MM月dd日",
|
||||
"Sign out": "登出此账户",
|
||||
"Notifications": "通知"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue