cedaro / grunt-wp-i18n

Internationalize WordPress themes and plugins with Grunt.
MIT License
160 stars 25 forks source link

Update existing po files from pot #30

Closed marcochiesi closed 10 years ago

marcochiesi commented 10 years ago

It would be great if it would be possible to automatically update all the .po files from the .pot, like you can do in PoEdit.

cfoellmann commented 10 years ago

I would like to see this, too!

shivapoudel commented 10 years ago

@marcochiesi hum it seems to be localization(l10n) tasks for handling po files as this module is all about internationalization(i18n). Use the transifex service rather than PoEdit to perform this type of localization. You can head toward https://github.com/woothemes/woocommerce-language-packs for how to use service like transifex in Gruntfile.js.

marcochiesi commented 10 years ago

@shivapoudel Thanks for the heads up. I've gone with Transifex + WP-Translations.org with grunt automation.

shivapoudel commented 10 years ago

@bradyvercher I think this issue should be closed as its based on localization process rather than internationalization.