Skip to content

Commit

Permalink
Update zh-cn values and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Dec 4, 2017
1 parent 2f682ef commit bb7ad6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions mobile/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ enablePlugins(AndroidGms)
android.useSupportVectors

name := "shadowsocks"
version := "4.3.0"
versionCode := Some(196)
version := "4.3.1"
versionCode := Some(197)

proguardOptions ++=
"-dontwarn com.google.android.gms.internal.**" ::
Expand Down
4 changes: 0 additions & 4 deletions mobile/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
<string name="stat_summary">"上传: \t%3$s\t↑\t%1$s/s
下载: \t%4$s\t↓\t%2$s/s"</string>

<plurals name="bytes">
<item quantity="other">"字节"</item>
</plurals>

<string name="connection_test_pending">"检查网络连接"</string>
<string name="connection_test_testing">"测试中…"</string>
<string name="connection_test_available">"连接成功:延时 %d 毫秒"</string>
Expand Down

1 comment on commit bb7ad6d

@Mygod
Copy link
Contributor

@Mygod Mygod commented on bb7ad6d Jan 4, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't forget to sync changes to poeditor. This time I'll do it for you.

Please sign in to comment.