Translation compiler fix

This commit is contained in:
dabura667 2015-07-25 09:57:16 +09:00
parent fd2a8dd368
commit 23b223ea26
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ module.exports = function(grunt) {
module: 'copayApp'
},
files: {
'src/js/translations.js': ['po/*.po']
'src/js/translations.js': ['i18n/po/*.po']
}
},
},