Skip to content

Commit

Permalink
feat: suggest users contribute translations (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShlomoCode authored Jul 12, 2024
1 parent bb4cf63 commit 99c43e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DockDoor/Views/Settings/MainSettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ struct MainSettingsView: View {
Text("Want to support development?")
Link("Buy me a coffee here, thank you!", destination: URL(string: "https://www.buymeacoffee.com/keplercafe")!)
}

HStack {
Text("Want to see the app in your language?")
Link("Contribute translation here!", destination: URL(string: "https://crowdin.com/project/dockdoor/invite?h=895e3c085646d3c07fa36a97044668e02149115")!)
}
}

Divider()
Expand Down

0 comments on commit 99c43e5

Please sign in to comment.