Pull languages that haven't been completely translated

This commit is contained in:
croneter 2021-03-20 14:33:55 +01:00
parent 790add3911
commit 16ad89f7d4

View file

@ -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)