Skip to content

Commit 99f7256

Browse files
committed
chore: add tx config
update tx config
1 parent 5692776 commit 99f7256

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.reuse/dep5

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Files: *.ts
3333
Copyright: Deepin Technology Co., Ltd.
3434
License: GPL-3.0-or-later
3535

36-
# xml yaml toml json policy
37-
Files: *.ui *.qrc *.json
36+
# xml yaml toml json conf policy
37+
Files: *.ui *.qrc *.json *.conf **/config
3838
Copyright: None
3939
License: CC0-1.0
4040

@@ -47,3 +47,4 @@ License: GPL-3.0-or-later
4747
Files: *.sh
4848
Copyright: None
4949
License: CC0-1.0
50+

.tx/config

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[main]
2+
host = https://www.transifex.com
3+
minimum_perc = 80
4+
mode = developer
5+
6+
[o:linuxdeepin:p:deepin-desktop-environment:r:deepin-fcitx5configtool-plugin]
7+
file_filter = translations/deepin-fcitx5configtool-plugin_<lang>.ts
8+
source_file = translations/deepin-fcitx5configtool-plugin.ts
9+
source_lang = en
10+
type = QT
11+

.tx/deepin.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[transifex]
2+
branch = m23

0 commit comments

Comments
 (0)