plone.restapi/i18n-improvements: Add Transifex.net integration for translations.

"Leonardo J. Caballero G" <jenkins-z4DKO/[email protected]> Mon, 09 Dec 2019 08:18:07 -0800 (PST)
Newsgroups gmane.comp.web.zope.plone.cvs
Message-ID <[email protected]>
Repository: plone.restapi
Branch: refs/heads/i18n-improvements
Date: 2019-12-09T12:13:49-04:00
Author: Leonardo J. Caballero G (macagua) <[email protected]>
Commit: https://github.com/plone/plone.restapi/commit/33e911182dbf1cb240f2ace32250634b6095bd01

Add Transifex.net integration for translations.

Files changed:
A .tx/config

b'diff --git a/.tx/config b/.tx/config\nnew file mode 100644\nindex 00000000..68fce3d8\n--- /dev/null\n+++ b/.tx/config\n@@ -0,0 +1,10 @@\n+[main]\n+host = https://www.transifex.com\n+\n+[plone5.plone-restapi-pot]\n+file_filter = src/plone/restapi/locales/<lang>/LC_MESSAGES/plone.restapi.po\n+minimum_perc = 0\n+source_file = src/plone/restapi/locales/plone.restapi.pot\n+source_lang = en\n+type = PO\n+\n'