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-searchpath-0'] #15

Closed fxbenard closed 10 years ago

fxbenard commented 10 years ago

The processPot: function( pot, options ) {

        pot.headers['x-poedit-searchpath-0'] = 'foo'

creates this in the file "X-Poedit-Searchpath-0:

it should be "X-Poedit-SearchPath-0: ..\n": with a Uppercase P

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

bradyvercher commented 10 years ago

Fixed in 62c21ff