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

@@ -11,7 +11,7 @@ struct InstanceSettings: View {
var body: some View {
List {
Section(header: Text("Accounts")) {
Section(header: Text("Accounts".localized())) {
if instance.app.supportsAccounts {
ForEach(InstancesModel.accounts(instance.id), id: \.self) { account in
#if os(tvOS)
@@ -61,7 +61,7 @@ struct InstanceSettings: View {
}
}
if instance.app.hasFrontendURL {
Section(header: Text("Frontend URL")) {
Section(header: Text("Frontend URL".localized())) {
TextField(
"Frontend URL",
text: $frontendURL