File tree 4 files changed +13
-5
lines changed
4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ set(translation_files
21
21
translations/librum_ru.ts
22
22
translations/librum_ko.ts
23
23
translations/librum_ar.ts
24
- translations/librum_zh.ts
24
+ translations/librum_zh_CN.ts
25
+ translations/librum_zh_TW.ts
25
26
translations/librum_uk.ts
26
27
translations/librum_pt.ts
27
28
translations/librum_id.ts
Original file line number Diff line number Diff line change @@ -34,8 +34,12 @@ ListModel {
34
34
code: " ko"
35
35
}
36
36
ListElement {
37
- text: " 中文"
38
- code: " zh"
37
+ text: " 简体中文"
38
+ code: " zh_CN"
39
+ }
40
+ ListElement {
41
+ text: " 繁體中文"
42
+ code: " zh_TW"
39
43
}
40
44
ListElement {
41
45
text: " Português"
Original file line number Diff line number Diff line change @@ -28,7 +28,10 @@ ListModel {
28
28
text: " Русский" // Russian
29
29
}
30
30
ListElement {
31
- text: " 中文" // Chinese
31
+ text: " 简体中文" // Simplified Chinese
32
+ }
33
+ ListElement {
34
+ text: " 繁體中文" // Traditional Chinese
32
35
}
33
36
ListElement {
34
37
text: " 日本語" // Japanese
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!DOCTYPE TS >
3
- <TS version =" 2.1" language =" zh_CN " >
3
+ <TS version =" 2.1" language =" zh_TW " >
4
4
<context >
5
5
<name >MAboutPage</name >
6
6
<message >
You can’t perform that action at this time.
0 commit comments