From ee4e905f8e6d405da16e3fa538c42dcf2fac1c9f Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Tue, 3 Nov 2015 11:54:07 +0100 Subject: [PATCH] [ADD] Transifex configuration file --- .tx/config | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .tx/config diff --git a/.tx/config b/.tx/config new file mode 100644 index 000000000..d6d5d0191 --- /dev/null +++ b/.tx/config @@ -0,0 +1,49 @@ +[main] +host = https://www.transifex.com +type = PO + +[odoo-9-doc.crm] +file_filter = locale//LC_MESSAGES/crm.po +source_file = locale/sources/crm.pot +source_lang = en + +[odoo-9-doc.point_of_sale] +file_filter = locale//LC_MESSAGES/point_of_sale.po +source_file = locale/sources/point_of_sale.pot +source_lang = en + +[odoo-9-doc.recruitment] +file_filter = locale//LC_MESSAGES/recruitment.po +source_file = locale/sources/recruitment.pot +source_lang = en + +[odoo-9-doc.accounting] +file_filter = locale//LC_MESSAGES/accounting.po +source_file = locale/sources/accounting.pot +source_lang = en + +[odoo-9-doc.purchase] +file_filter = locale//LC_MESSAGES/purchase.po +source_file = locale/sources/purchase.pot +source_lang = en + +[odoo-9-doc.applications] +file_filter = locale//LC_MESSAGES/applications.po +source_file = locale/sources/applications.pot +source_lang = en + +[odoo-9-doc.index] +file_filter = locale//LC_MESSAGES/index.po +source_file = locale/sources/index.pot +source_lang = en + +[odoo-9-doc.inventory] +file_filter = locale//LC_MESSAGES/inventory.po +source_file = locale/sources/inventory.pot +source_lang = en + +[odoo-9-doc.expenses] +file_filter = locale//LC_MESSAGES/expenses.po +source_file = locale/sources/expenses.pot +source_lang = en +