Localizations

This commit is contained in:
Arkadiusz Fal
2022-09-04 17:28:30 +02:00
parent 2d51f6adff
commit b66e177114
33 changed files with 2180 additions and 122 deletions

View File

@@ -36,7 +36,7 @@ struct InstancesSettings: View {
}
if !selectedInstance.isNil, selectedInstance.app.supportsAccounts {
SettingsHeader(text: "Accounts")
SettingsHeader(text: "Accounts".localized())
let list = List(selection: $selectedAccount) {
if selectedInstanceAccounts.isEmpty {
@@ -79,7 +79,7 @@ struct InstancesSettings: View {
}
if selectedInstance != nil, selectedInstance.app.hasFrontendURL {
SettingsHeader(text: "Frontend URL")
SettingsHeader(text: "Frontend URL".localized())
TextField("Frontend URL", text: $frontendURL)
.onChange(of: selectedInstance) { _ in