Skip to content

Commit

Permalink
Merge pull request #22 from eggheadgames/eggheadgames-v1.4.8
Browse files Browse the repository at this point in the history
Release v1.4.8 to master
  • Loading branch information
mikemee committed Sep 14, 2017
2 parents 6500cbb + de040c3 commit 3ef27de
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 25
versionCode 8
versionName "1.4.7"
versionCode 9
versionName "1.4.8"
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ public enum SirenSupportedLocales {
SL("sl"),
SV("sv"),
TH("th"),
TR("tr");
TR("tr"),
ZH("zh");

private final String locale;

Expand Down
7 changes: 7 additions & 0 deletions library/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<resources>
<string name="update_alert_message" formatted="false">%s的新版本可用。请立即更新到%s版本。</string>
<string name="update_available">更新可用</string>
<string name="update">更新</string>
<string name="next_time">下一次</string>
<string name="skip_this_version">跳过此版本</string>
</resources>

0 comments on commit 3ef27de

Please sign in to comment.