markoheijnen / grunt-glotpress

Gets translations from a GlotPress installation
GNU General Public License v2.0
18 stars 11 forks source link

Import .mo/.po/.pot file into GlotPress #22

Open tfrommen opened 9 years ago

tfrommen commented 9 years ago

Hi Marko,

what do you think about giving the module a new task (e.g., glotpress_upload or glotpress_import) in which you specifiy a .mo, .po or .pot file and use it as import for the according GlotPress project...?

For a WordPress plugin project, I am using the makepot task of the grunt-wp-i18n module, and it would be really cool to be able to push the updated .pot file to my GlotPress project - without ever visiting it.

Kind regards, Thorsten

markoheijnen commented 9 years ago

I thought I already got a ticker for this one. Problem with importing is the need of authentication and till now I haven't had the time to play with it to do it through the current way. Will see if there is a way to catch the need to login and then actual login through the grunt task.

fxbenard commented 8 years ago

+1