1
0
Fork 0

Update MultiCraft Font - remove broken lang th that seems work

* cherry picked from commit
  27548f8b13
merge-requests/1/head
mckaygerhard 2023-09-05 13:45:04 -04:00
parent 592f225798
commit a25ed78f6c
3 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@ popd
find $DEST -type d,f -name '.*' -print0 | xargs -0 -- rm -rf
# remove broken languages
for broken_lang in dv eo he hi kn ko ms_Arab nn pt_BR sr_* th zh_*; do
for broken_lang in dv eo he hi kn ko ms_Arab nn pt_BR sr_* zh_*; do
rm -rf $DEST/$broken_lang
done

Binary file not shown.