Introduce new languages to the product

This commit is contained in:
Scott Nonnenberg 2018-09-05 10:35:27 -07:00
parent efefb7a488
commit 0d6c3c0bce
6 changed files with 7028 additions and 1 deletions

View File

@ -140,6 +140,9 @@ module.exports = grunt => {
},
},
exec: {
'tx-pull-new': {
cmd: 'tx pull -a --minimum-perc=80',
},
'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('test', ['unit-tests', 'lib-unit-tests']);
grunt.registerTask('date', ['gitinfo', 'getExpireTime']);

1404
_locales/eo/messages.json Normal file

File diff suppressed because it is too large Load Diff

1404
_locales/et/messages.json Normal file

File diff suppressed because it is too large Load Diff

1404
_locales/km/messages.json Normal file

File diff suppressed because it is too large Load Diff

1404
_locales/sq/messages.json Normal file

File diff suppressed because it is too large Load Diff

1404
_locales/th/messages.json Normal file

File diff suppressed because it is too large Load Diff