🌐 i18n

This commit is contained in:
Patrick Müller 2020-12-29 11:02:46 +01:00 committed by Patrick Müller
parent 38f555bba5
commit 6419e5ca1a
3 changed files with 3 additions and 1 deletions

View File

@ -15,3 +15,4 @@
"logoutClearData" = "Abmelden und alle Daten löschen";
"logout" = "Abmelden";
"confirmLogoutMessage" = "Bist du dir sicher, dass du dich abmelden und alle Daten löschen möchtest? Diese Aktion kann nicht rückgängig gemacht werden.";
"contributors" = "Mitwirkende";

View File

@ -15,3 +15,4 @@
"logoutClearData" = "Logout and clear all data";
"logout" = "Logout";
"confirmLogoutMessage" = "Are you sure you want to logout and clear all data? This cannot be undone.";
"contributors" = "Contributors";

View File

@ -10,7 +10,7 @@ import SwiftUI
struct SettingsAcknowledgements: View {
var body: some View {
VStack {
Text("Contributors")
Text("contributors".localized(tableName: "General", plural: false))
.font(/*@START_MENU_TOKEN@*/.title/*@END_MENU_TOKEN@*/)
Spacer()
Text("David Huh")