Skip to content

Commit

Permalink
Release v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Jan 17, 2021
1 parent 2076d9c commit cac52c5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changelog
==========
Version 1.4 (2021-01-17)

* Added translation for Russian #2

Version 1.3 (2021-01-11)

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "org.woheller69.weather"
minSdkVersion 17
targetSdkVersion 29
versionCode 13
versionName "1.3"
versionCode 14
versionName "1.4"

buildConfigField "String", "DEFAULT_API_KEY", "\"00000000000000000000000000000000\""
buildConfigField "String", "BASE_URL", "\"https://api.openweathermap.org/data/2.5/\""
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@
<string name="saturday">Суббота</string>
<string name="sunday">Воскресенье</string>
<string name="chart">Диаграмма</string>
<string name="units_rh">%отн</string>
<string name="units_rh">%вл.</string>
<string name="units_mm">мм</string>
<string name="units_km">км</string>
<string name="units_hPa">гПа</string>
<string name="units_Bft">Bft</string>
<string name="units_Bft">Бфт</string>
<string name="card_details_rain60min">☔ 60 мин:</string>
</resources>
1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Übersetzung für Russisch
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Translation for Russian

0 comments on commit cac52c5

Please sign in to comment.