Skip to content

Commit 02e6aba

Browse files
committed
Add zh-HK translations and improve zh-Hans & zh-Hant
1 parent 4a25f3e commit 02e6aba

File tree

4 files changed

+39
-2
lines changed

4 files changed

+39
-2
lines changed

InAppSettingsKit.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@
196196
E4A95F3F177DB25C00FF0906 /* Mac-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-Framework.xcconfig"; sourceTree = "<group>"; };
197197
E4A95F40177DB25C00FF0906 /* Mac-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-StaticLibrary.xcconfig"; sourceTree = "<group>"; };
198198
E4A95F41177DB25C00FF0906 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; name = README.md; path = Configurations/README.md; sourceTree = "<group>"; };
199+
F6400E1A2C7ED33400EBAE7D /* zh-HK */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-HK"; path = "zh-HK.lproj/IASKLocalizable.strings"; sourceTree = "<group>"; };
199200
/* End PBXFileReference section */
200201

201202
/* Begin PBXFrameworksBuildPhase section */
@@ -576,6 +577,7 @@
576577
"zh-Hant",
577578
"es-419",
578579
"es-MX",
580+
"zh-HK",
579581
);
580582
mainGroup = E42ADA86168202D700295D85;
581583
productRefGroup = E42ADA90168202D700295D85 /* Products */;
@@ -687,6 +689,7 @@
687689
AAD676AE24D080A700A74C64 /* es-419 */,
688690
AAD676AF24D0812900A74C64 /* es */,
689691
AAD676C124D0870B00A74C64 /* es-MX */,
692+
F6400E1A2C7ED33400EBAE7D /* zh-HK */,
690693
);
691694
name = IASKLocalizable.strings;
692695
sourceTree = "<group>";
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/* IASKLocalizable.strings
2+
InAppSettingsKit
3+
4+
Created by Ortwin Gentz on 20.10.14.
5+
Copyright (c) 2014 FutureTap. All rights reserved. */
6+
7+
/* Privacy cell: title */
8+
"Privacy" = "私隱";
9+
10+
/* Privacy cell: subtitle */
11+
"Open in Settings app" = "在「設定」中開啟";
12+
13+
/* warning title */
14+
"Mail not configured" = "郵件未設定";
15+
16+
"OK" = "好";
17+
18+
/* warning message */
19+
"This device is not configured for sending Email. Please configure the Mail settings in the Settings app." = "這個裝置未設定用於傳送電郵。請在「設定」App 中設定郵件。";
20+

Sources/InAppSettingsKit/Resources/zh-Hans.lproj/IASKLocalizable.strings

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,12 @@
88
"Privacy" = "隐私";
99

1010
/* Privacy cell: subtitle */
11-
"Open in Settings app" = "在设置中打开";
11+
"Open in Settings app" = "在“设置”中打开";
1212

13+
/* warning title */
14+
"Mail not configured" = "未设置邮件";
15+
16+
"OK" = "好";
17+
18+
/* warning message */
19+
"This device is not configured for sending Email. Please configure the Mail settings in the Settings app." = "此设备未配置为发送电子邮件。请在“设置”App 中配置电子邮件设置。";

Sources/InAppSettingsKit/Resources/zh-Hant.lproj/IASKLocalizable.strings

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,12 @@
88
"Privacy" = "隱私權";
99

1010
/* Privacy cell: subtitle */
11-
"Open in Settings app" = "在設定中打開";
11+
"Open in Settings app" = "在「設定」中打開";
1212

13+
/* warning title */
14+
"Mail not configured" = "郵件未設定";
15+
16+
"OK" = "好";
17+
18+
/* warning message */
19+
"This device is not configured for sending Email. Please configure the Mail settings in the Settings app." = "此裝置未設定為傳送電子郵件。請在「設定」App 中設定郵件。";

0 commit comments

Comments
 (0)