]> git.proxmox.com Git - grub2.git/blame - linguas.sh
Enable shim_lock and tpm modules for all efi platforms, not just x86_64_efi
[grub2.git] / linguas.sh
CommitLineData
7ec2b021
VS
1#!/bin/sh
2
f3df8f96 3rsync -Lrtvz translationproject.org::tp/latest/grub/ po
7ec2b021 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