Fix localization issues, import translations, and add Bulgarian, Persian, and Ukrainian

This commit is contained in:
2023-03-12 09:06:34 +11:00
parent 3c2f281c6d
commit 2c6647c95a
44 changed files with 1931 additions and 107 deletions

View File

@@ -23,7 +23,7 @@ enum TranslationService: String, CaseIterable, Identifiable {
var model: Model {
switch self {
case .none:
return .init(tag: self.rawValue, displayName: NSLocalizedString("None", comment: "Dropdown option for selecting no translation service."))
return .init(tag: self.rawValue, displayName: NSLocalizedString("none_translation_service", value: "None", comment: "Dropdown option for selecting no translation service."))
case .libretranslate:
return .init(tag: self.rawValue, displayName: NSLocalizedString("LibreTranslate (Open Source)", comment: "Dropdown option for selecting LibreTranslate as the translation service."))
case .deepl: