Added Esperanto translations
Added beginnings of feed parsing,
may need to switch parser.
Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
parent
058cf52926
commit
9345b91573
13 changed files with 213 additions and 16 deletions
|
|
@ -25,6 +25,7 @@ struct AddFeed: View {
|
|||
}
|
||||
#else
|
||||
AddFeedContent()
|
||||
.padding(.all)
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
@ -52,6 +53,14 @@ struct AddFeedContent: View {
|
|||
}
|
||||
}
|
||||
.toolbar {
|
||||
ToolbarItem {
|
||||
Button {
|
||||
dismiss()
|
||||
} label: {
|
||||
Text("cancel")
|
||||
}
|
||||
|
||||
}
|
||||
ToolbarItem {
|
||||
Button(action: addItem) {
|
||||
Text("save")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue