mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-25 12:56:13 -04:00
add mobile version of the support kiwix
This commit is contained in:
parent
c429ced2e9
commit
1fbc4be30f
@ -167,6 +167,7 @@
|
||||
"settings.miscellaneous.title" = "Misc";
|
||||
"settings.miscellaneous.button.feedback" = "Feedback";
|
||||
"settings.miscellaneous.button.rate_app" = "Rate the App";
|
||||
"settings.miscellaneous.button.donate" = "Support Kiwix";
|
||||
"settings.miscellaneous.navigation.about" = "About";
|
||||
"settings.selected_language.title" = "Languages";
|
||||
"language_selector.name.title" = "Name";
|
||||
|
@ -228,6 +228,7 @@ struct Settings: View {
|
||||
appStoreID: Brand.appStoreId)
|
||||
UIApplication.shared.open(url)
|
||||
}
|
||||
Link("settings.miscellaneous.button.donate".localized, destination: URL(string: "donations.url".localized)!)
|
||||
NavigationLink("settings.miscellaneous.navigation.about".localized) { About() }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user