mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Introduce new languages to the product
This commit is contained in:
@@ -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
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
Reference in New Issue
Block a user