Skip to content

Commit

Permalink
部分文言增加英文
Browse files Browse the repository at this point in the history
  • Loading branch information
Reginer committed Jul 25, 2024
1 parent 0067f37 commit 3ee35fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions base/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="ConnectException">网络错误</string>
<string name="UnknownHostException">无网络连接</string>
<string name="ElseNetException">其他错误</string>
</resources>
6 changes: 3 additions & 3 deletions base/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="ConnectException">网络错误</string>
<string name="UnknownHostException">无网络连接</string>
<string name="ElseNetException">其他错误</string>
<string name="ConnectException">Network Error</string>
<string name="UnknownHostException">No network connection</string>
<string name="ElseNetException">Other Network Error</string>
</resources>
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/MvvmExt.kt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ object Version {
//http://jcenter.bintray.com/com/squareup/okhttp3/logging-interceptor/
const val materialVersion = "1.8.0"
const val loggerVersion = "2.2.0"
const val libVersionCode = 39
const val libVersionName = "2.1.11"
const val libVersionCode = 40
const val libVersionName = "2.1.12"
}

object MvvmExt {
Expand Down

0 comments on commit 3ee35fb

Please sign in to comment.