tlovett1/editorial-access-manager

Plugin localization

Closed this issue · 6 comments

I'd be happy to provide italian translation for the plugin (I know ther's only a few strings).
I would suggest to put the project on Transifex via WP-Translations.org (it's free for open source projects). All the localization process can be integrated with your grunt workflow, so once it is set-up you won't have to worry about po/mo files.

Happy to add an Italian translation.

If you are interested I could implement the integration with Transifex. The process can be fully automated with Grunt but you will need the Transifex client and a Transifex account to let it work.

The integration would work as follows:

  1. makepot => creates/updates the .pot file
  2. tx push => copy/updates the .pot file to Transifex
  3. tx pull => gets the updated translation (.po) files from Transifex
  4. potomo => creates .mo files from .po files

Is this completed?

Transifex integration is not (yet) implemented. If you think it sounds interesting I could make it. I used for one of my plugins, and it was fine. For further info follow the links on the first post.

Ah I see. I don't want to integrate with any paid services. That should be a separate plugin.

Transifex is free for open source projects, and the WP-Translations team is a good community of translators.