mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-10 13:52:43 +01:00
Fix localization
This commit is contained in:
parent
bb005386df
commit
bab2b4be9c
@ -52,7 +52,7 @@ struct TranslationSettingsView: View {
|
||||
@ViewBuilder
|
||||
private var translationSelector: some View {
|
||||
@Bindable var preferences = preferences
|
||||
Picker("settings.translation.preferred-translation-type", selection: $preferences.preferredTranslationType) {
|
||||
Picker("Translation Service", selection: $preferences.preferredTranslationType) {
|
||||
ForEach(allTTCases, id: \.self) { type in
|
||||
Text(type.description).tag(type)
|
||||
}
|
||||
|
@ -60864,22 +60864,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings.translation.preferred-translation-type" : {
|
||||
"localizations" : {
|
||||
"de" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Übersetzungs-Service"
|
||||
}
|
||||
},
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Translation Service"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings.translation.user-api-key" : {
|
||||
"localizations" : {
|
||||
"be" : {
|
||||
@ -81039,6 +81023,17 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Translation Service" : {
|
||||
"extractionState" : "manual",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Translation Service"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Trending Links" : {
|
||||
"localizations" : {
|
||||
"de" : {
|
||||
|
Loading…
Reference in New Issue
Block a user