]> git.proxmox.com Git - grub2.git/blame - linguas.sh
* grub-core/bus/usb/usbhub.c: Fix recheck logic.
[grub2.git] / linguas.sh
CommitLineData
7ec2b021
VS
1#!/bin/sh
2
3rsync -Lrtvz --exclude=ko.po translationproject.org::tp/latest/grub/ po
4
561ec77e
VS
5autogenerated="en@quot en@hebrew de@hebrew en@cyrillic en@greek en@arabic en@piglatin de_CH"
6
7
8for x in $autogenerated; do
9 rm "po/$x.po";
10done
11
12
7ec2b021
VS
13(
14 (
15 cd po && ls *.po| cut -d. -f1
561ec77e
VS
16 for x in $autogenerated; do
17 echo "$x";
18 done
7ec2b021
VS
19 ) | sort | uniq | xargs
20) >po/LINGUAS