1
0
Fork 0
grub2/linguas.sh
Daniel Baumann 6a7a3b2a63
Adding upstream version 2.12.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 15:25:07 +02:00

20 lines
352 B
Bash
Executable file

#!/bin/sh
rsync -Lrtvz translationproject.org::tp/latest/grub/ po
autogenerated="en@quot en@hebrew de@hebrew en@cyrillic en@greek en@arabic en@piglatin de_CH"
for x in $autogenerated; do
rm -f "po/$x.po";
done
(
(
cd po && ls *.po| cut -d. -f1
for x in $autogenerated; do
echo "$x";
done
) | sort | uniq | xargs
) >po/LINGUAS