diff options
author | neysx <neysx> | 2008-11-27 17:43:20 +0000 |
---|---|---|
committer | neysx <neysx> | 2008-11-27 17:43:20 +0000 |
commit | 628444831cdf8bce83bda2686ba7eae4cc47936e (patch) | |
tree | 25547f91828daaf7f6dceb0a01bafc47c25f382c | |
parent | - policy change. Nominations are suggested to take place on the council maili... (diff) | |
download | www-redesign-628444831cdf8bce83bda2686ba7eae4cc47936e.tar.gz www-redesign-628444831cdf8bce83bda2686ba7eae4cc47936e.tar.bz2 www-redesign-628444831cdf8bce83bda2686ba7eae4cc47936e.zip |
~ #248512 Add support for Japanese
-rw-r--r-- | xml/htdocs/xsl/inserts.xsl | 2 | ||||
-rw-r--r-- | xml/htdocs/xsl/months.xml | 16 |
2 files changed, 16 insertions, 2 deletions
diff --git a/xml/htdocs/xsl/inserts.xsl b/xml/htdocs/xsl/inserts.xsl index 4999094e..39d8b62d 100644 --- a/xml/htdocs/xsl/inserts.xsl +++ b/xml/htdocs/xsl/inserts.xsl @@ -6,7 +6,7 @@ xmlns:str="http://exslt.org/strings" extension-element-prefixes="func date str"> -<xsl:variable name="alllang" select="'|ar|ca|cs|da|de|el|en|es|fi|fr|he|hu|id|it|ko|lt|nl|pl|pt_br|ro|ru|sr|sv|tr|vi|zh_cn|zh_tw|'"/> +<xsl:variable name="alllang" select="'|ar|ca|cs|da|de|el|en|es|fi|fr|he|hu|id|it|ko|ja|lt|nl|pl|pt_br|ro|ru|sr|sv|tr|vi|zh_cn|zh_tw|'"/> <func:function name="func:gettext"> <xsl:param name="str"/> diff --git a/xml/htdocs/xsl/months.xml b/xml/htdocs/xsl/months.xml index 32f04eec..4ceb41cc 100644 --- a/xml/htdocs/xsl/months.xml +++ b/xml/htdocs/xsl/months.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /home/antarus/code/conversion/gentoo/xml/htdocs/xsl/months.xml,v 1.12 2008/08/09 00:00:05 neysx Exp $ --> +<!-- $Header: /home/antarus/code/conversion/gentoo/xml/htdocs/xsl/months.xml,v 1.13 2008/11/27 17:43:20 neysx Exp $ --> <!DOCTYPE datedata [ <!ELEMENT datedata (months+)> @@ -330,4 +330,18 @@ <month>נובמבר</month> <month>דצמבר</month> </months> + <months lang="ja"> + <month>1月</month> + <month>2月</month> + <month>3月</month> + <month>4月</month> + <month>5月</month> + <month>6月</month> + <month>7月</month> + <month>8月</month> + <month>9月</month> + <month>10月</month> + <month>11月</month> + <month>12月</month> + </months> </datedata> |