Closed fxbenard closed 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
Fixed in 62c21ff
The processPot: function( pot, options ) {
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