Pull languages that haven't been completely translated
This commit is contained in:
parent
790add3911
commit
16ad89f7d4
1 changed files with 1 additions and 1 deletions
|
@ -33,4 +33,4 @@ languages = [
|
|||
os.system("cd ..")
|
||||
|
||||
for lang in languages:
|
||||
os.system(command + " pull -f -l %s" % lang)
|
||||
os.system(command + " pull --minimum-perc=10 -f -l %s" % lang)
|
||||
|
|
Loading…
Reference in a new issue