]> git.ipfire.org Git - thirdparty/grub.git/blame - linguas.sh
grub-mknetdir: Add support for ARM64 EFI
[thirdparty/grub.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
d7a85e69 9 rm -f "po/$x.po";
561ec77e
VS
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