We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f492c88 commit 2639804Copy full SHA for 2639804
1 file changed
config/grunt/makepot.js
@@ -10,7 +10,9 @@ module.exports = {
10
'language': 'en',
11
'plural-forms': 'nplurals=2; plural=(n != 1);',
12
'poedit': true,
13
- 'report-msgid-bugs-to': 'https://www.wpsitecare.com/contact/'
+ '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>'
16
},
17
processPot: function( pot ) {
18
var translation,
0 commit comments