Skip to content

Commit

Permalink
update Crowdin configuration file (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
leomaxi authored Apr 26, 2019
1 parent f59b3bf commit 278aed4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 19
targetSdkVersion 27
versionCode 348
versionName "0.3.48"
versionCode 350
versionName "0.3.50"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<string name="question">Question</string>
<string name="bug">Bug</string>
<string name="your_feedback">Your Feedback *</string>
<string name="app_version">0.3.49</string>
<string name="app_version">0.3.50</string>
<string name="button_update">Update</string>
<string name="level">Level</string>
<string name="male">Male</string>
Expand Down
3 changes: 3 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
files:
- source: values/strings.xml
translation: /values-%two_letters_code%/%original_file_name%

0 comments on commit 278aed4

Please sign in to comment.