mirror of
https://github.com/Mueller-Patrick/DHBW-Service-App.git
synced 2024-11-22 09:23:57 +00:00
🌐 i18n
This commit is contained in:
parent
38f555bba5
commit
6419e5ca1a
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user