mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-25 12:56:13 -04:00
support item implementation
This commit is contained in:
parent
34798f2a89
commit
90055a6e2f
@ -102,6 +102,15 @@ struct RootView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.safeAreaInset(edge: .bottom) {
|
||||
Link(destination: URL(string: "donations.url".localized)!) {
|
||||
HStack {
|
||||
Image(systemName: "heart").foregroundColor(.blue)
|
||||
Text("enum.navigation_item.donations".localized)
|
||||
.foregroundColor(.white)
|
||||
}
|
||||
.padding()}
|
||||
}
|
||||
.frame(minWidth: 150)
|
||||
.toolbar {
|
||||
Button {
|
||||
|
@ -263,7 +263,10 @@
|
||||
"enum.navigation_item.new" = "New";
|
||||
"enum.navigation_item.downloads" = "Downloads";
|
||||
"enum.navigation_item.settings" = "Settings";
|
||||
"enum.navigation_item.donations" = "Support Kiwix";
|
||||
"enum.search_result_snippet_mode.disabled" = "Disabled";
|
||||
"enum.search_result_snippet_mode.paragraph" = "First Paragraph";
|
||||
"enum.search_result_snippet_mode.sentence" = "First Sentence";
|
||||
"enum.search_result_snippet_mode.matches" = "Matches";
|
||||
|
||||
"donations.url" = "https://kiwix.org/en/get-involved/";
|
Loading…
x
Reference in New Issue
Block a user