We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fbb57 commit bbbefb0Copy full SHA for bbbefb0
1 file changed
config/grunt/potomo.js
@@ -4,9 +4,9 @@ module.exports = {
4
files: [
5
{
6
expand: true,
7
- cwd: '<%= paths.assets %><%= paths.languages %>',
+ cwd: '<%= paths.languages %>src/',
8
src: [ '*.po' ],
9
- dest: '<%= paths.plugin%><%= paths.languages %>',
+ dest: '<%= paths.languages %>',
10
ext: '.mo',
11
nonull: true,
12
filter: 'isFile'
0 commit comments