Skip to content

Commit 20d9dc6

Browse files
committed
Add verbatim
1 parent ad46f51 commit 20d9dc6

File tree

2 files changed

+4
-29
lines changed

2 files changed

+4
-29
lines changed

Pearcleaner/Logic/AppCommands.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ struct AppCommands: Commands {
128128

129129

130130
// GitHub Menu
131-
CommandMenu(Text("GitHub", comment: "Github Repo")) {
131+
CommandMenu(Text(verbatim: "GitHub")) {
132132
Button
133133
{
134134
NSWorkspace.shared.open(URL(string: "https://github.com/alienator88/Pearcleaner")!)

Pearcleaner/Resources/Localizable.xcstrings

+3-28
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@
6161
"value" : "/完整/路徑/範例-1.txt, /完整/路徑/範例-2.txt"
6262
}
6363
}
64-
},
65-
"shouldTranslate" : false
64+
}
6665
},
6766
"%@ is already on the latest release available" : {
6867
"extractionState" : "manual",
@@ -1161,13 +1160,13 @@
11611160
"localizations" : {
11621161
"en" : {
11631162
"stringUnit" : {
1164-
"state" : "new",
1163+
"state" : "translated",
11651164
"value" : "Checked %1$lld paths for %2$@"
11661165
}
11671166
},
11681167
"zh-Hant" : {
11691168
"stringUnit" : {
1170-
"state" : "translated",
1169+
"state" : "needs_review",
11711170
"value" : "檢查了%2$@個路徑中的%1$lld個"
11721171
}
11731172
}
@@ -2790,30 +2789,6 @@
27902789
}
27912790
}
27922791
},
2793-
"GitHub" : {
2794-
"comment" : "Github Repo",
2795-
"localizations" : {
2796-
"de" : {
2797-
"stringUnit" : {
2798-
"state" : "translated",
2799-
"value" : "GitHub"
2800-
}
2801-
},
2802-
"sk" : {
2803-
"stringUnit" : {
2804-
"state" : "translated",
2805-
"value" : "GitHub"
2806-
}
2807-
},
2808-
"zh-HK" : {
2809-
"stringUnit" : {
2810-
"state" : "translated",
2811-
"value" : "GitHub"
2812-
}
2813-
}
2814-
},
2815-
"shouldTranslate" : false
2816-
},
28172792
"GitHub Sponsors" : {
28182793
"extractionState" : "manual",
28192794
"localizations" : {

0 commit comments

Comments
 (0)