Added transifex cli configuration
This commit is contained in:
parent
601ada8473
commit
09b926a7ac
2 changed files with 14 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,4 +5,3 @@ build*
|
|||
mysql.cnf
|
||||
.DS_Store
|
||||
.idea/
|
||||
.tx/
|
||||
|
|
13
.tx/config
Normal file
13
.tx/config
Normal file
|
@ -0,0 +1,13 @@
|
|||
[main]
|
||||
host = https://www.transifex.com
|
||||
|
||||
[cockatrice.cockatrice]
|
||||
file_filter = cockatrice/translations/cockatrice_<lang>.ts
|
||||
source_file = cockatrice/translations/cockatrice_en.ts
|
||||
source_lang = en
|
||||
|
||||
[cockatrice.oracle]
|
||||
file_filter = oracle/translations/oracle_<lang>.ts
|
||||
source_file = oracle/translations/oracle_en.ts
|
||||
source_lang = en
|
||||
|
Loading…
Reference in a new issue