Skip to content

Commit fc68b9d

Browse files
committed
fix: add transifex config
add transifex config pms: TASK-361719
1 parent bec63b3 commit fc68b9d

File tree

4 files changed

+34
-31
lines changed

4 files changed

+34
-31
lines changed

.reuse/dep5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Copyright: None
6464
License: CC0-1.0
6565

6666
# xml toml json conf yaml
67-
Files: src/*.xml .clog.toml configs/*.json src/*conf src/*.yaml .tx/config .tx/deepin.conf *.conf
67+
Files: src/*.xml .clog.toml configs/*.json src/*conf src/*.yaml .tx/config .tx/deepin.conf *.conf .tx/*.yaml
6868
Copyright: None
6969
License: CC0-1.0
7070

.tx/config

Lines changed: 0 additions & 28 deletions
This file was deleted.

.tx/deepin.conf

Lines changed: 0 additions & 2 deletions
This file was deleted.

.tx/transifex.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
filters:
2+
- filter_type: file
3+
source_file: dcc-network/translations/network_en_US.ts
4+
file_format: QT
5+
source_language: en_US
6+
translation_files_expression: dcc-network/translations/network_<lang>.ts
7+
- filter_type: file
8+
source_file: dock-network-plugin/translations/dock-network-plugin_en_US.ts
9+
file_format: QT
10+
source_language: en_US
11+
translation_files_expression: dock-network-plugin/translations/dock-network-plugin_<lang>.ts
12+
- filter_type: file
13+
source_file: dss-network-plugin/translations/dss-network-plugin_en_US.ts
14+
file_format: QT
15+
source_language: en_US
16+
translation_files_expression: dss-network-plugin/translations/dss-network-plugin_<lang>.ts
17+
- filter_type: file
18+
source_file: src/translations/dde-network-core_en_US.ts
19+
file_format: QT
20+
source_language: en_US
21+
translation_files_expression: src/translations/dde-network-core_<lang>.ts
22+
- filter_type: file
23+
source_file: network-service-plugin/translations/network-service-plugin_en_US.ts
24+
file_format: QT
25+
source_language: en_US
26+
translation_files_expression: network-service-plugin/translations/network-service-plugin_<lang>.ts
27+
- filter_type: file
28+
source_file: dock-hotspot-plugin/translations/dock-hotspot-plugin_en_US.ts
29+
file_format: QT
30+
source_language: en_US
31+
translation_files_expression: dock-hotspot-plugin/translations/dock-hotspot-plugin_<lang>.ts
32+
settings:
33+
pr_branch_name: transifex_update_<br_unique_id>

0 commit comments

Comments
 (0)