diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-08-11 14:54:16 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-08-11 14:54:16 +0100 |
commit | fd14ce02b0922b00c63c034ac1500b40a5a534eb (patch) | |
tree | 563e386a0f881a25d59b8b11e37ceb30898c57a3 /.tx | |
parent | 21cc6e8110ac8cad75cc3e52b5c3727e032d7e95 (diff) | |
download | pykolab-fd14ce02b0922b00c63c034ac1500b40a5a534eb.tar.gz |
Add Transifex configuration file
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 + |