Skip to content

Commit 16c2434

Browse files
committed
Fixed bug where using the Chinese translation caused Notally to crash
1 parent 44bb560 commit 16c2434

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "com.omgodse.notally"
1313
minSdk 21
1414
targetSdk 30
15-
versionCode 38
16-
versionName "4.3"
15+
versionCode 39
16+
versionName "4.4"
1717
resConfigs "en", "ca", "cs", "da", "de", "es", "fr", "hu", "in", "it", "ja", "nb", "nl", "pl", "pt-rBR", "ru", "sk", "sv", "tl", "tr", "uk", "zh-rCN"
1818
vectorDrawables.generatedDensities = []
1919
}

app/src/main/res/values-zh-rCN/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<string name="date">日期</string>
5454
<string name="title">标题</string>
5555
<string name="one_more_item">还有 1 件项目</string>
56-
<string name="more_items">还有 %1$D 件项目</string>
56+
<string name="more_items">还有 %1$d 件项目</string>
5757
<string name="drag_handle">拖拽微件</string>
5858
<string name="bold">粗体</string>
5959
<string name="link">链接</string>

0 commit comments

Comments
 (0)