mirror of
https://gh.wpcy.net/https://github.com/presscustomizr/hueman.git
synced 2026-04-25 09:10:31 +08:00
14 lines
No EOL
441 B
JavaScript
14 lines
No EOL
441 B
JavaScript
module.exports = {
|
|
theme: {
|
|
options: {
|
|
type: 'wp-theme',
|
|
exclude: [ 'node_modules/.*' ],
|
|
updatePoFiles: true, // Whether to update PO files in the same directory as the POT file.
|
|
potHeaders: {
|
|
'report-msgid-bugs-to': 'https://presscustomizr.com/contact/\n',
|
|
'last-translator': 'Nicolas <contact@presscustomizr.com>\n',
|
|
'language-team': 'Hueman translation contributors <contact@presscustomizr.com>\n'
|
|
}
|
|
}
|
|
}
|
|
} |