Added label for New tab

This commit is contained in:
dankito 2020-07-28 12:21:01 +02:00
parent cc9b7dc695
commit 09b8e58845
3 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"Cancel" = "Cancel";
"Add" = "Add";
"New" = "New";
"Show less ..." = "Show less ...";
"Show all ..." = "Show all ...";

View File

@ -70,6 +70,7 @@ struct ContentView: View {
.tabItem {
VStack {
Image(systemName: "plus.circle.fill")
Text("New")
}
}
.tag(1)

View File

@ -3,6 +3,7 @@
"Cancel" = "Abbrechen";
"Add" = "Hinzufügen";
"New" = "Neu";
"Show less ..." = "Weniger anzeigen ...";
"Show all ..." = "Alles anzeigen ...";