]> git.ipfire.org Git - thirdparty/grub.git/blob - linguas.sh
build: Rename HAVE_LIBZFS to USE_LIBZFS
[thirdparty/grub.git] / linguas.sh
1 #!/bin/sh
2
3 rsync -Lrtvz translationproject.org::tp/latest/grub/ po
4
5 autogenerated="en@quot en@hebrew de@hebrew en@cyrillic en@greek en@arabic en@piglatin de_CH"
6
7
8 for x in $autogenerated; do
9 rm -f "po/$x.po";
10 done
11
12
13 (
14 (
15 cd po && ls *.po| cut -d. -f1
16 for x in $autogenerated; do
17 echo "$x";
18 done
19 ) | sort | uniq | xargs
20 ) >po/LINGUAS