File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -3,29 +3,33 @@ host = https://www.transifex.com
3
3
4
4
[ipfs-webui.files-json]
5
5
file_filter = public/locales/<lang>/files.json
6
- minimum_perc = 0
6
+ minimum_perc = 1
7
7
source_file = public/locales/en/files.json
8
8
source_lang = en
9
+ lang_map = zh_CN: zh-CN
9
10
type = KEYVALUEJSON
10
11
11
12
[ipfs-webui.peers-json]
12
13
file_filter = public/locales/<lang>/peers.json
13
- minimum_perc = 0
14
+ minimum_perc = 1
14
15
source_file = public/locales/en/peers.json
15
16
source_lang = en
17
+ lang_map = zh_CN: zh-CN
16
18
type = KEYVALUEJSON
17
19
18
20
[ipfs-webui.settings-json]
19
21
file_filter = public/locales/<lang>/settings.json
20
- minimum_perc = 0
22
+ minimum_perc = 1
21
23
source_file = public/locales/en/settings.json
22
24
source_lang = en
25
+ lang_map = zh_CN: zh-CN
23
26
type = KEYVALUEJSON
24
27
25
28
[ipfs-webui.status-json]
26
29
file_filter = public/locales/<lang>/status.json
27
- minimum_perc = 0
30
+ minimum_perc = 1
28
31
source_file = public/locales/en/status.json
29
32
source_lang = en
33
+ lang_map = zh_CN: zh-CN
30
34
type = KEYVALUEJSON
31
35
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments