[Po4a-commits] "po4a changelog, 1.334, 1.335 html-build-upload.sh, 1.16, 1.17"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Tue Mar 18 19:05:48 UTC 2008


Update of /cvsroot/po4a/po4a
In directory alioth:/tmp/cvs-serv27085

Modified Files:
	changelog html-build-upload.sh 
Log Message:
* Added support for the Japanese web pages.
* Call po4a with the --previous option.


Index: html-build-upload.sh
===================================================================
RCS file: /cvsroot/po4a/po4a/html-build-upload.sh,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- html-build-upload.sh	17 Aug 2007 12:35:24 -0000	1.16
+++ html-build-upload.sh	18 Mar 2008 19:05:46 -0000	1.17
@@ -28,6 +28,9 @@
 		pl)
 			echo "ISO-8859-2"
 			;;
+		ja)
+			echo "UTF-8"
+			;;
 		*)
 			echo "ISO-8859-1"
 			;;
@@ -52,7 +55,7 @@
 mkdir html.gen/man/man7
 
 echo "Generate the web pages translations with po4a"
-PERLLIB=lib ./po4a -v po/html.cfg
+PERLLIB=lib ./po4a --previous -v po/html.cfg
 
 find html.gen -name "*.pl" |
 while read f
@@ -240,6 +243,9 @@
 		po)
 			echo -n "polski"
 			;;
+		ja)
+			echo -n "フランス語"
+			;;
 		*)
 			echo "Language '$1' not supported" >&2
 			exit 1

Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/changelog,v
retrieving revision 1.334
retrieving revision 1.335
diff -u -d -r1.334 -r1.335
--- changelog	18 Mar 2008 19:03:26 -0000	1.334
+++ changelog	18 Mar 2008 19:05:46 -0000	1.335
@@ -1,4 +1,9 @@
-2008-03-17  Nicolas François  <nicolas.francois at centraliens.net>
+2008-03-18  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* html-build-upload.sh: Added support for the Japanese web pages.
+	* html-build-upload.sh: Call po4a with the --previous option.
+
+2008-03-18  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* Build.PL: Update the PO files with --previous.
 




More information about the Po4a-commits mailing list