Skip to content

Commit c7e409a

Browse files
committed
fix(i18n): fix broken i18n
1 parent e8080dd commit c7e409a

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

lib/i18n/en.i18n.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,6 @@
184184
},
185185
"behaviorSection": {
186186
"title": "Behavior",
187-
"doublePressExit": {
188-
"title": "Double Press Back To Exit",
189-
"detail ": "Avoid accidentally exiting the app"
190-
},
191187
"threadReverseOrder": {
192188
"title": "View posts in reverse order",
193189
"detail": "In thread, view latest posts first"
@@ -1240,4 +1236,4 @@
12401236
"signature": "Signature",
12411237
"timezone": "Timezone"
12421238
}
1243-
}
1239+
}

lib/i18n/zh-CN.i18n.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,6 @@
184184
},
185185
"behaviorSection": {
186186
"title": "行为",
187-
"doublePressExit": {
188-
"title": "按两下返回才退出应用"
189-
},
190187
"threadReverseOrder": {
191188
"title": "倒序浏览帖子",
192189
"detail": "帖子里优先查看最新发布的楼层"

0 commit comments

Comments
 (0)