[Po4a-commits] "po4a html-build-upload.sh,1.24,1.25"
Denis Barbier
barbier-guest at alioth.debian.org
Wed Jul 28 05:48:48 UTC 2010
Update of /cvsroot/po4a/po4a
In directory alioth:/tmp/cvs-serv23167
Modified Files:
html-build-upload.sh
Log Message:
Add support for Russian, and fix Polish
Index: html-build-upload.sh
===================================================================
RCS file: /cvsroot/po4a/po4a/html-build-upload.sh,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- html-build-upload.sh 8 Nov 2009 14:56:33 -0000 1.24
+++ html-build-upload.sh 28 Jul 2010 05:48:46 -0000 1.25
@@ -83,8 +83,9 @@
# Last update: `LANG=C date`" >> html.gen/documentation_translations.php
for lang in en $LANGS ; do
- wlang=${lang/pl/pl-utf8}
- wlang=${lang/es/es-utf8}
+ wlang=$lang
+ wlang=${wlang/pl/pl-utf8}
+ wlang=${wlang/es/es-utf8}
echo Generate the $lang index
if [ -d html.gen/$lang/man3 ]
then
@@ -233,6 +234,9 @@
ja)
echo -n "æ¥æ¬èª"
;;
+ ru)
+ echo -n "Ð ÑÑÑкий"
+ ;;
*)
echo "Language '$1' not supported" >&2
exit 1
More information about the Po4a-commits
mailing list