Drop en_GB locale; it was more trouble than it was worth (e.g., different
users in en_GB disagree about -ize versus -ise).
This commit is contained in:
@@ -139,7 +139,7 @@ done
|
||||
|
||||
echo "$0: getting translations into po..."
|
||||
(cd po &&
|
||||
rm -f dummy `ls | sed -n '/\.gmo$/p; /^en_GB\.po$/d; /\.po/p'` &&
|
||||
rm -f dummy `ls | sed -n '/\.gmo$/p; /\.po/p'` &&
|
||||
wget -nv -nd -r -l 1 -A .po -C off \
|
||||
http://www.iro.umontreal.ca/contrib/po/maint/tar/ &&
|
||||
ls *.po | sed 's/\.po$//' >LINGUAS
|
||||
|
||||
Reference in New Issue
Block a user