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

"Leonardo J. Caballero G" <jenkins-z4DKO/[email protected]> Tue, 10 Dec 2019 19:58:32 -0800 (PST)
Newsgroups gmane.comp.web.zope.plone.cvs
Message-ID <[email protected]>
Repository: volto
Branch: refs/heads/i18n-improvements
Date: 2019-12-10T23:52:54-04:00
Author: Leonardo J. Caballero G (macagua) <[email protected]>
Commit: https://github.com/plone/volto/commit/9990c5a9eb7fe661bcc9f33960e571d757a73cc9

Add Transifex.net integration for translations.

Files changed:
A .tx/config
M README.md

b'diff --git a/.tx/config b/.tx/config\nnew file mode 100644\nindex 000000000..769a0bb64\n--- /dev/null\n+++ b/.tx/config\n@@ -0,0 +1,10 @@\n+[main]\n+host = https://www.transifex.com\n+\n+[plone5.volto-pot]\n+file_filter = locales/<lang>/LC_MESSAGES/volto.po\n+minimum_perc = 0\n+source_file = locales/volto.pot\n+source_lang = en\n+type = PO\n+\ndiff --git a/README.md b/README.md\nindex 6999a7140..afd65b1ba 100644\n--- a/README.md\n+++ b/README.md\n@@ -288,6 +288,10 @@ If you want to use Guillotina as backend to run the tests you should run:\n $ yarn ci:start-api-plone-guillotina\n ```\n \n+## Translations\n+\n+You can contribute to translate Volto into severals languages at [Transifex.net](https://www.transifex.com/plone/plone5/volto-pot/).\n+\n ## License\n \n MIT License. Copyrights hol
 d the [Plone Foundation](https://plone.org/foundation).\n'