Skip to content

Commit

Permalink
Add verbatim
Browse files Browse the repository at this point in the history
  • Loading branch information
alienator88 committed Nov 18, 2024
1 parent ad46f51 commit 20d9dc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Pearcleaner/Logic/AppCommands.swift
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ struct AppCommands: Commands {


// GitHub Menu
CommandMenu(Text("GitHub", comment: "Github Repo")) {
CommandMenu(Text(verbatim: "GitHub")) {
Button
{
NSWorkspace.shared.open(URL(string: "https://github.com/alienator88/Pearcleaner")!)
Expand Down
31 changes: 3 additions & 28 deletions Pearcleaner/Resources/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
"value" : "/完整/路徑/範例-1.txt, /完整/路徑/範例-2.txt"
}
}
},
"shouldTranslate" : false
}
},
"%@ is already on the latest release available" : {
"extractionState" : "manual",
Expand Down Expand Up @@ -1161,13 +1160,13 @@
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"state" : "translated",
"value" : "Checked %1$lld paths for %2$@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
"state" : "needs_review",
"value" : "檢查了%2$@個路徑中的%1$lld個"
}
}
Expand Down Expand Up @@ -2790,30 +2789,6 @@
}
}
},
"GitHub" : {
"comment" : "Github Repo",
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "GitHub"
}
},
"sk" : {
"stringUnit" : {
"state" : "translated",
"value" : "GitHub"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "GitHub"
}
}
},
"shouldTranslate" : false
},
"GitHub Sponsors" : {
"extractionState" : "manual",
"localizations" : {
Expand Down

0 comments on commit 20d9dc6

Please sign in to comment.