Translation compiler fix
This commit is contained in:
parent
fd2a8dd368
commit
23b223ea26
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ module.exports = function(grunt) {
|
|||
module: 'copayApp'
|
||||
},
|
||||
files: {
|
||||
'src/js/translations.js': ['po/*.po']
|
||||
'src/js/translations.js': ['i18n/po/*.po']
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue