mirror of
https://gh.wpcy.net/https://github.com/presscustomizr/hueman.git
synced 2026-04-25 14:48:05 +08:00
15 lines
No EOL
241 B
JavaScript
15 lines
No EOL
241 B
JavaScript
module.exports = {
|
|
theme : {
|
|
options: {
|
|
poDel: false
|
|
},
|
|
files: [{
|
|
expand: true,
|
|
cwd: '<%= paths.lang %>',
|
|
src: ['*.po'],
|
|
dest: '<%= paths.lang %>',
|
|
ext: '.mo',
|
|
nonull: true
|
|
}]
|
|
}
|
|
} |