]> git.proxmox.com Git - grub2.git/blob - linguas.sh
bump version to 2.06-13+pmx2
[grub2.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