diff options
Diffstat (limited to '.tx')
-rw-r--r-- | .tx/config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000..08f7db8 --- /dev/null +++ b/.tx/config @@ -0,0 +1,9 @@ +[main] +host = https://www.transifex.net +type = PO + +[pykolab.master] +file_filter = po/<lang>.po +source_file = po/pykolab.pot +source_lang = en_US + |