PloneTranslations po files moved to the locales folder
Vincent Fretin <[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.internationalization |
|---|---|
| Message-ID | <[email protected]> |
Hi, For Plone 4, I moved all po files from the i18n folder to the locales folder. If you were currently updating your translation, for example i18n/plone-fr.po, I suggest you copy your file elsewhere: mv i18n/plone-fr.po /tmp/ update your checkout: svn up and then move again the file in the correct folder: mv /tmp/plone-fr.po locales/fr/LC_MESSAGES/ You can remove all existing mo files from the i18n folder. The reason for this move is to have only one location to look for translation. And the locales folder is now the best practice to hold translations. The first primary advantage is we will have updated statistics at http://www.transifex.net/projects/p/Plone/ thanks to JeanMichel. Mail me if you need help. Vincent Fretin Ecreall Site : http://vincentfretin.ecreall.com ------------------------------------------------------------------------------