Introduce new languages to the product
This commit is contained in:
parent
efefb7a488
commit
0d6c3c0bce
6 changed files with 7028 additions and 1 deletions
|
@ -140,6 +140,9 @@ module.exports = grunt => {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
exec: {
|
exec: {
|
||||||
|
'tx-pull-new': {
|
||||||
|
cmd: 'tx pull -a --minimum-perc=80',
|
||||||
|
},
|
||||||
'tx-pull': {
|
'tx-pull': {
|
||||||
cmd: 'tx pull',
|
cmd: 'tx pull',
|
||||||
},
|
},
|
||||||
|
@ -422,7 +425,11 @@ module.exports = grunt => {
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
grunt.registerTask('tx', ['exec:tx-pull', 'locale-patch']);
|
grunt.registerTask('tx', [
|
||||||
|
'exec:tx-pull-new',
|
||||||
|
'exec:tx-pull',
|
||||||
|
'locale-patch',
|
||||||
|
]);
|
||||||
grunt.registerTask('dev', ['default', 'watch']);
|
grunt.registerTask('dev', ['default', 'watch']);
|
||||||
grunt.registerTask('test', ['unit-tests', 'lib-unit-tests']);
|
grunt.registerTask('test', ['unit-tests', 'lib-unit-tests']);
|
||||||
grunt.registerTask('date', ['gitinfo', 'getExpireTime']);
|
grunt.registerTask('date', ['gitinfo', 'getExpireTime']);
|
||||||
|
|
1404
_locales/eo/messages.json
Normal file
1404
_locales/eo/messages.json
Normal file
File diff suppressed because it is too large
Load diff
1404
_locales/et/messages.json
Normal file
1404
_locales/et/messages.json
Normal file
File diff suppressed because it is too large
Load diff
1404
_locales/km/messages.json
Normal file
1404
_locales/km/messages.json
Normal file
File diff suppressed because it is too large
Load diff
1404
_locales/sq/messages.json
Normal file
1404
_locales/sq/messages.json
Normal file
File diff suppressed because it is too large
Load diff
1404
_locales/th/messages.json
Normal file
1404
_locales/th/messages.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue