mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 10:19:08 +00:00
Pull down Transifex languages more reliably
This commit is contained in:
12
Gruntfile.js
12
Gruntfile.js
@@ -87,11 +87,11 @@ module.exports = grunt => {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
exec: {
|
exec: {
|
||||||
'tx-pull-new': {
|
'tx-pull-mostly-translated': {
|
||||||
cmd: 'tx pull -a --minimum-perc=80',
|
cmd: 'tx pull --all --use-git-timestamps --minimum-perc=80',
|
||||||
},
|
},
|
||||||
'tx-pull': {
|
'tx-pull-any-existing-translation': {
|
||||||
cmd: 'tx pull',
|
cmd: 'tx pull --use-git-timestamps',
|
||||||
},
|
},
|
||||||
transpile: {
|
transpile: {
|
||||||
cmd: 'yarn transpile',
|
cmd: 'yarn transpile',
|
||||||
@@ -397,8 +397,8 @@ module.exports = grunt => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
grunt.registerTask('tx', [
|
grunt.registerTask('tx', [
|
||||||
'exec:tx-pull-new',
|
'exec:tx-pull-mostly-translated',
|
||||||
'exec:tx-pull',
|
'exec:tx-pull-any-existing-translation',
|
||||||
'locale-patch',
|
'locale-patch',
|
||||||
]);
|
]);
|
||||||
grunt.registerTask('dev', ['default', 'watch']);
|
grunt.registerTask('dev', ['default', 'watch']);
|
||||||
|
|||||||
Reference in New Issue
Block a user