createStringsResource: support merged imports

This commit is contained in:
thislight 2024-09-26 19:36:46 +08:00
parent b4fa751345
commit c49ae6fe0a
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E
6 changed files with 58 additions and 32 deletions

View file

@ -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"
}

View file

@ -0,0 +1,4 @@
{
"lang.zh-Hans": "中文(简体)",
"lang.en": "English"
}

View file

@ -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": "通知"
}