Skip to content
Snippets Groups Projects
Commit 886b5113 authored by Johannes Grothe's avatar Johannes Grothe
Browse files

#113 Added Search Bar

parent ac42f472
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ struct ArticleList: View {
Image(systemName: "magnifyingglass")
//search bar text field
TextField("Search", text: $search_phrase)
TextField("search_bar_textfield".localized, text: $search_phrase)
// x Button
Button(action: {
......
......@@ -43,3 +43,4 @@
// Textfield Defaults
"add_collection_textfield" = "Name der neuen Sammlung...";
"search_bar_textfield" = "Suchen...";
......@@ -43,3 +43,4 @@
// Textfield Defaults
"add_collection_textfield" = "Add a new collection name...";
"search_bar_textfield" = "Search...";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment