We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce7554 commit 235ccf1Copy full SHA for 235ccf1
Gruntfile.js
@@ -87,7 +87,7 @@ module.exports = function(grunt) {
87
command: 'npm update'
88
},
89
txpull: { // Pull Transifex translation - grunt exec:txpull
90
- cmd: 'tx pull -a --minimum-perc=100' // Change the percentage with --minimum-perc=yourvalue
+ cmd: 'tx pull -a -f --minimum-perc=100' // Change the percentage with --minimum-perc=yourvalue
91
92
txpush_s: { // Push pot to Transifex - grunt exec:txpush_s
93
cmd: 'tx push -s'
0 commit comments