Skip to content

Commit

Permalink
Update languages, new threshold
Browse files Browse the repository at this point in the history
The minimum translation completion threshold required in order for a file to be downloaded is 25%
  • Loading branch information
dac514 committed May 28, 2019
1 parent 3fea999 commit de880b2
Show file tree
Hide file tree
Showing 102 changed files with 34 additions and 25,155 deletions.
2 changes: 1 addition & 1 deletion bin/i18n.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
PARENT="$(dirname $DIR)"
tx push -s
tx pull -a
tx pull -a --minimum-perc=25
for file in $PARENT/languages/*.po ; do msgfmt $file -o `echo $file | sed 's/\(.*\.\)po/\1mo/'` ; done
Binary file removed languages/af.mo
Binary file not shown.
Loading

0 comments on commit de880b2

Please sign in to comment.