Skip to content

Commit

Permalink
Revert "Run all the strings through localization"
Browse files Browse the repository at this point in the history
This reverts commit 86c5099.

# Conflicts:
#	Packages/Env/Sources/Env/TranslationType.swift
  • Loading branch information
Havhingstor committed May 13, 2024
1 parent 2f2e00d commit 37b14bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
22 changes: 0 additions & 22 deletions IceCubesApp/Resources/Localization/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -26160,28 +26160,6 @@
}
}
},
"enum.translation-type.apple" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Apple Translate"
}
}
}
},
"enum.translation-type.deepl" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "DeepL"
}
}
}
},
"enum.translation-type.use-server-if-possible" : {
"extractionState" : "manual",
"localizations" : {
Expand Down
4 changes: 2 additions & 2 deletions Packages/Env/Sources/Env/TranslationType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ public enum TranslationType: String, CaseIterable {
case .useServerIfPossible:
"enum.translation-type.use-server-if-possible"
case .useDeepl:
"enum.translation-type.deepl"
"DeepL"
case .useApple:
"enum.translation-type.apple"
"Apple Translate"
}
}
}

0 comments on commit 37b14bf

Please sign in to comment.