Skip to content

Commit

Permalink
update version, add Swahili, update other translations
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Jan 7, 2023
1 parent 81d5ae4 commit b679487
Show file tree
Hide file tree
Showing 66 changed files with 1,963 additions and 272 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
applicationId = "de.westnordost.streetcomplete"
minSdk = 21
targetSdk = 33
versionCode = 5002
versionName = "50.1"
versionCode = 5003
versionName = "50.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down Expand Up @@ -199,7 +199,8 @@ val bcp47ExportLanguages = setOf(
"am", "ar", "ast", "bg", "bs", "ca", "cs", "da", "de", "el",
"en", "en-AU", "en-GB", "eo", "es", "eu", "fa", "fi", "fr", "gl", "hr", "hu", "hy",
"id", "it", "ja", "ko", "lt", "lv", "ml", "nb", "no", "nl", "nn", "pl", "pt", "pt-BR",
"ro", "ru", "sk", "sr-cyrl", "sr-latn", "sv", "th", "tr", "uk", "zh", "zh-CN", "zh-HK", "zh-TW"
"ro", "ru", "sk", "sr-cyrl", "sr-latn", "sv", "sw", "th", "tr", "uk",
"zh", "zh-CN", "zh-HK", "zh-TW"
)

// see https://github.com/osmlab/name-suggestion-index/tags for latest version
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/raw/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
v50.2: |
<ul>
<li>Add new language: Swahili by SUZA Youth Mappers - Asha Omar, Haitham Alawi & Hajra Salim</li>
<li>Fix existence of cycleway was asked in 30 zones (#4706)</li>
<li>Fix display of multi-polygons (#4689)</li>
<li>Fix "Explicitly shared use pavement, both directions" did not show (#4711)</li>
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/raw/credits_contributors.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
- name: "Tobias Zwick"
githubUsername: "westnordost"
linesOfCodeChanged: 396519
linesOfInterfaceMarkupChanged: 142106
linesOfCodeChanged: 396872
linesOfInterfaceMarkupChanged: 142178
assetFilesChanged: 1951
- name: "Mateusz Konieczny"
githubUsername: "matkoniecz"
linesOfCodeChanged: 17432
linesOfInterfaceMarkupChanged: 4943
assetFilesChanged: 610
assetFilesChanged: 614
- name: "Flo Edelmann"
githubUsername: "FloEdelmann"
linesOfCodeChanged: 17087
Expand Down
Loading

0 comments on commit b679487

Please sign in to comment.