Skip to content
Snippets Groups Projects
Commit 78020e1a authored by Oliver Wiese's avatar Oliver Wiese
Browse files

localize strings

parent 1d0bf808
No related branches found
No related tags found
2 merge requests!58Onboarding screens swift ui merge dev,!56Create badge case screen
......@@ -27,7 +27,7 @@ struct BadgeCaseView: View {
}
}
}.navigationBarTitle(Text(NSLocalizedString("Gamification.Overview.HeaderTitle", comment:"Badge Case Navigation Title" )), displayMode: .inline).navigationBarItems(leading: Button(action: goBack, label: {
Text("Back")
Text(NSLocalizedString("Back", comment: ""))
}))
}
}
......
......@@ -356,3 +356,4 @@
"Feedback.Name" = "Feedback";
"MailView.MoreMails" = "Mehr Mails sehen";
"Searchbar.Title" = "Suchen";
"Gamification.Overview.HeaderTitle" = "Abzeichen"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment