Translation compiler fix

This commit is contained in:
dabura667 2015-07-25 09:57:16 +09:00
commit 23b223ea26

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']
}
},
},