cedaro / grunt-wp-i18n

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

Missing uppercase letter in pot.headers['x-poedit-sourcecharset'] #16

Closed fxbenard closed 10 years ago

fxbenard commented 10 years ago

The processPot: function( pot, options ) {

        pot.headers['x-poedit-sourcecharset'] = 'foo'

creates this in the file "X-Poedit-Sourcecharset:

it should be "X-Poedit-Sourcecharset: ..\n": with a Uppercase C

The result for now the data isn't displaying in Poedit

bradyvercher commented 10 years ago

Fixed in 62c21ff

fxbenard commented 10 years ago

Thanks

fxbenard commented 10 years ago

@bradyvercher Any chance to have this merged in 0.4.5 version ;)

bradyvercher commented 10 years ago

Indeed. I was hoping to wrap up another feature or two, but will try to get an update out soon instead of sitting on the existing fixes.

bradyvercher commented 10 years ago

This shipped with 0.4.5, @fxbenard