From 20d9dc63af5ca8691a74a5372633a9f902b64ebc Mon Sep 17 00:00:00 2001 From: Alin Date: Mon, 18 Nov 2024 09:53:46 -0700 Subject: [PATCH] Add verbatim --- Pearcleaner/Logic/AppCommands.swift | 2 +- Pearcleaner/Resources/Localizable.xcstrings | 31 ++------------------- 2 files changed, 4 insertions(+), 29 deletions(-) diff --git a/Pearcleaner/Logic/AppCommands.swift b/Pearcleaner/Logic/AppCommands.swift index 71ebcf0..df288e1 100644 --- a/Pearcleaner/Logic/AppCommands.swift +++ b/Pearcleaner/Logic/AppCommands.swift @@ -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")!) diff --git a/Pearcleaner/Resources/Localizable.xcstrings b/Pearcleaner/Resources/Localizable.xcstrings index 83aec96..6e1c7af 100644 --- a/Pearcleaner/Resources/Localizable.xcstrings +++ b/Pearcleaner/Resources/Localizable.xcstrings @@ -61,8 +61,7 @@ "value" : "/完整/路徑/範例-1.txt, /完整/路徑/範例-2.txt" } } - }, - "shouldTranslate" : false + } }, "%@ is already on the latest release available" : { "extractionState" : "manual", @@ -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個" } } @@ -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" : {