* po/README: Move language fetcing to ...

* linguas.sh: ... here.
	* po/README: Point to linguas.sh.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-04-04 14:55:56 +02:00
parent a88f327093
commit 7ec2b02171
3 changed files with 24 additions and 5 deletions

17
linguas.sh Executable file
View file

@ -0,0 +1,17 @@
#!/bin/sh
rsync -Lrtvz --exclude=ko.po translationproject.org::tp/latest/grub/ po
(
(
cd po && ls *.po| cut -d. -f1
echo "en@quot"
echo "en@hebrew"
echo "de@hebrew"
echo "en@cyrillic"
echo "en@greek"
echo "en@arabic"
echo "en@piglatin"
echo "de_CH"
) | sort | uniq | xargs
) >po/LINGUAS