generator-scratch
Version:
Scratch is a starter theme generator based on _s and Foundation. It's a theme meant for hacking so don't use it as a Parent Theme. Instead try turning it into the next, most awesome, WordPress theme out there.
23 lines (22 loc) • 472 B
JavaScript
module.exports = {
/**
* grunt-wp-i18n
*
* Internationalize WordPress themes and plugins.
*
* @link https://www.npmjs.com/package/grunt-wp-i18n
*/
prod: {
options: {
domainPath: '/languages/',
potFilename: '<%%= package.name %>.pot',
type: 'wp-theme',
potHeaders: {
poedit: true,
'x-poedit-keywordslist': true,
'report-msgid-bugs-to': '<%%= package.homepage %>',
'last-translator': '<%%= package.author.email %>'
}
}
}
};