mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-03-21 17:55:21 -05:00
Added transifex cli configuration
This commit is contained in:
parent
601ada8473
commit
09b926a7ac
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -4,5 +4,4 @@ build*
|
|||
.directory
|
||||
mysql.cnf
|
||||
.DS_Store
|
||||
.idea/
|
||||
.tx/
|
||||
.idea/
|
||||
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 New Issue
Block a user