* po/README: Move language fetcing to ...
* linguas.sh: ... here. * po/README: Point to linguas.sh.
This commit is contained in:
parent
a88f327093
commit
7ec2b02171
3 changed files with 24 additions and 5 deletions
17
linguas.sh
Executable file
17
linguas.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue