Skip to content

Commit 0cf5192

Browse files
committed
Convert Transifex config for transifex-cli
The old transifex-client no longer works and transifex-client uses a different configuration file format.
1 parent 931ada1 commit 0cf5192

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.tx/config

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[main]
2-
host = https://www.transifex.com
2+
host = https://app.transifex.com
33

4-
[foreman.foreman_rh_cloud]
5-
file_filter = locale/<lang>/foreman_rh_cloud.edit.po
6-
source_file = locale/foreman_rh_cloud.pot
7-
source_lang = en
8-
type = PO
4+
[o:foreman:p:foreman:r:foreman_rh_cloud]
5+
file_filter = locale/<lang>/foreman_rh_cloud.edit.po
6+
source_file = locale/foreman_rh_cloud.pot
7+
source_lang = en
8+
type = PO
9+
replace_edited_strings = false
10+
keep_translations = false
11+
minimum_perc = 50

0 commit comments

Comments
 (0)