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 +