From 09b926a7ac08ce8b556305fdd983a23586f3275a Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 8 Sep 2015 19:08:04 +0200 Subject: [PATCH] Added transifex cli configuration --- .gitignore | 3 +-- .tx/config | 13 +++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 .tx/config diff --git a/.gitignore b/.gitignore index a98fa226..55ecf1b0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,4 @@ build* .directory mysql.cnf .DS_Store -.idea/ -.tx/ +.idea/ \ No newline at end of file diff --git a/.tx/config b/.tx/config new file mode 100644 index 00000000..57a4f790 --- /dev/null +++ b/.tx/config @@ -0,0 +1,13 @@ +[main] +host = https://www.transifex.com + +[cockatrice.cockatrice] +file_filter = cockatrice/translations/cockatrice_.ts +source_file = cockatrice/translations/cockatrice_en.ts +source_lang = en + +[cockatrice.oracle] +file_filter = oracle/translations/oracle_.ts +source_file = oracle/translations/oracle_en.ts +source_lang = en +