Skip to content

Commit 2639804

Browse files
committed
Added some additional headers
1 parent f492c88 commit 2639804

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

config/grunt/makepot.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ module.exports = {
1010
'language': 'en',
1111
'plural-forms': 'nplurals=2; plural=(n != 1);',
1212
'poedit': true,
13-
'report-msgid-bugs-to': 'https://www.wpsitecare.com/contact/'
13+
'report-msgid-bugs-to': 'https://www.wpsitecare.com/contact/',
14+
'language-team': 'WP Site Care <hello@wpsitecare.com>',
15+
'last-translator': 'WP Site Care <hello@wpsitecare.com>'
1416
},
1517
processPot: function( pot ) {
1618
var translation,

0 commit comments

Comments
 (0)