From 3a717a86d855118665b4f8b78b74ac69e3acd1be Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 5 Sep 2012 08:52:04 -0700 Subject: [PATCH] Added Transifex config file. --- .tx/config | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .tx/config diff --git a/.tx/config b/.tx/config new file mode 100644 index 00000000..634ec9c8 --- /dev/null +++ b/.tx/config @@ -0,0 +1,21 @@ +[main] +host = https://www.transifex.net + +[dupeguru.core] +file_filter = locale//LC_MESSAGES/core.po +source_file = locale/core.pot +source_lang = en +type = PO + +[dupeguru.columns] +file_filter = locale//LC_MESSAGES/columns.po +source_file = locale/columns.pot +source_lang = en +type = PO + +[dupeguru.ui] +file_filter = locale//LC_MESSAGES/ui.po +source_file = locale/ui.pot +source_lang = en +type = PO +