Skip to content

Commit 67f9c7a

Browse files
committed
fix: rename Chinese locale to zh-CN
Context: ipfs/ipfs-gui#50 (comment)
1 parent 2c0e937 commit 67f9c7a

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

.tx/config

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,33 @@ host = https://www.transifex.com
33

44
[ipfs-webui.files-json]
55
file_filter = public/locales/<lang>/files.json
6-
minimum_perc = 0
6+
minimum_perc = 1
77
source_file = public/locales/en/files.json
88
source_lang = en
9+
lang_map = zh_CN: zh-CN
910
type = KEYVALUEJSON
1011

1112
[ipfs-webui.peers-json]
1213
file_filter = public/locales/<lang>/peers.json
13-
minimum_perc = 0
14+
minimum_perc = 1
1415
source_file = public/locales/en/peers.json
1516
source_lang = en
17+
lang_map = zh_CN: zh-CN
1618
type = KEYVALUEJSON
1719

1820
[ipfs-webui.settings-json]
1921
file_filter = public/locales/<lang>/settings.json
20-
minimum_perc = 0
22+
minimum_perc = 1
2123
source_file = public/locales/en/settings.json
2224
source_lang = en
25+
lang_map = zh_CN: zh-CN
2326
type = KEYVALUEJSON
2427

2528
[ipfs-webui.status-json]
2629
file_filter = public/locales/<lang>/status.json
27-
minimum_perc = 0
30+
minimum_perc = 1
2831
source_file = public/locales/en/status.json
2932
source_lang = en
33+
lang_map = zh_CN: zh-CN
3034
type = KEYVALUEJSON
3135

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)