Skip to content

Commit

Permalink
Add GitHub link (#265)
Browse files Browse the repository at this point in the history
* Add GitHub link
  • Loading branch information
WezSieTato authored Nov 1, 2021
1 parent 5fde393 commit 317fde2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions BuyPolish/Pola/Manager/Analytics/AnalyticsAboutRow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ enum AnalyticsAboutRow: String {
case writeToUs = "Napisz do nas"
case rateUs = "Oceń Polę"
case reportError = "Zgłoś błąd w danych"
case github = "Pola na GitHubie"
case twitter = "Pola na Twitterze"
case facebook = "Pola na Facebooku"
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"Pola's friends" = "PRZYJACIELE POLI";
"Write to us" = "NAPISZ DO NAS";
"Rate us" = "OCEŃ NAS";
"Pola on GitHub" = "GITHUB";
"Pola on Facebook" = "FACEBOOK";
"Pola on Twitter" = "TWITTER";
"mail_title" = "Wiadomość wysłana z aplikacji Pola";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ final class AboutRowsFactory {
analyticsName: .rateUs,
action: .link("itms-apps://itunes.apple.com/app/id1038401148", false))
)
rows.append(
AboutRow(title: strings.polaOnGitHub(),
analyticsName: .github,
action: .link("https://github.com/KlubJagiellonski/pola-ios", false))
)
let doubleRows =
[
(
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 317fde2

Please sign in to comment.