crowdin_download.js now works for the strings. It no longer attempts to do anything with the app store description or update info, since they are not in crowdin.
This commit is contained in:
parent
a2c5d71a83
commit
b6e767b5f4
19 changed files with 18602 additions and 4055 deletions
|
|
@ -200,7 +200,7 @@ module.exports = function(grunt) {
|
|||
module: 'copayApp'
|
||||
},
|
||||
files: {
|
||||
'src/js/translations.js': ['i18n/po/*.po']
|
||||
'src/js/translations.js': ['i18n/po/**/*.po']
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue