[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8722: more steps closer to making the japanese translation work. n (in website/trunk: . images ja)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r8722: more steps closer to making the japanese translation work. n (in website/trunk: . images ja)
- From: arma@xxxxxxxx
- Date: Sat, 14 Oct 2006 05:45:45 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sat, 14 Oct 2006 05:46:09 -0400
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Author: arma
Date: 2006-10-14 05:45:42 -0400 (Sat, 14 Oct 2006)
New Revision: 8722
Added:
website/trunk/images/ja.png
Removed:
website/trunk/images/jp.png
Modified:
website/trunk/Makefile.common
website/trunk/ja/documentation.wml
website/trunk/ja/download-osx.wml
website/trunk/ja/download-unix.wml
website/trunk/ja/download-windows.wml
website/trunk/ja/download.wml
website/trunk/ja/foot.wmi
website/trunk/ja/index.wml
website/trunk/ja/navigation.wmi
website/trunk/ja/overview.wml
Log:
more steps closer to making the japanese translation work.
next step is to mess with charsets, or something. i have no idea.
Modified: website/trunk/Makefile.common
===================================================================
--- website/trunk/Makefile.common 2006-10-14 09:30:34 UTC (rev 8721)
+++ website/trunk/Makefile.common 2006-10-14 09:45:42 UTC (rev 8722)
@@ -6,7 +6,7 @@
-D TORSVNHEAD=$(TORSVNHEAD)
-LANGS=de en es it fr pl pt se ru
+LANGS=de en es it fr ja pl pt se ru
WMLFILES=$(wildcard $(patsubst %, %/*.wml, $(LANGS)))
WMIFILES=$(wildcard $(patsubst %, %/*.wmi, $(LANGS)) $(WMLBASE)/include/*.wmi )
@@ -31,6 +31,9 @@
%.html.fr: fr/%.wml en/%.wml
lang=`dirname $<` && wml $(WMLOPT) -I $$lang -I $(WMLBASE)/$$lang -D LANG=$$lang $< -o $@
+%.html.ja: ja/%.wml en/%.wml
+ lang=`dirname $<` && wml $(WMLOPT) -I $$lang -I $(WMLBASE)/$$lang -D LANG=$$lang $< -o $@
+
%.html.pl: pl/%.wml en/%.wml
lang=`dirname $<` && wml $(WMLOPT) -I $$lang -I $(WMLBASE)/$$lang -D LANG=$$lang $< -o $@
@@ -78,6 +81,13 @@
wml $(WMLOPT) -I $$lang -I $(WMLBASE)/$$lang -D LANG=$$lang $< -o $$OUT --depend | tee $$tmpfile > $@ && \
sed -e s',\(^[^ ]*\):,.deps/\1.d:,' < $$tmpfile >> $@ && \
rm -f $$tmpfile
+.deps/%.html.ja.d: ja/%.wml .deps/.stamp
+ tmpfile=`tempfile` \
+ lang=`dirname $<` && \
+ OUT=`echo $@ | sed -e 's,\.deps/\(.*\)\.d$$,\1,'` && \
+ wml $(WMLOPT) -I $$lang -I $(WMLBASE)/$$lang -D LANG=$$lang $< -o $$OUT --depend | tee $$tmpfile > $@ && \
+ sed -e s',\(^[^ ]*\):,.deps/\1.d:,' < $$tmpfile >> $@ && \
+ rm -f $$tmpfile
.deps/%.html.pl.d: pl/%.wml .deps/.stamp
tmpfile=`tempfile` \
lang=`dirname $<` && \
Copied: website/trunk/images/ja.png (from rev 8721, website/trunk/images/jp.png)
Deleted: website/trunk/images/jp.png
===================================================================
(Binary files differ)
Modified: website/trunk/ja/documentation.wml
===================================================================
--- website/trunk/ja/documentation.wml 2006-10-14 09:30:34 UTC (rev 8721)
+++ website/trunk/ja/documentation.wml 2006-10-14 09:45:42 UTC (rev 8722)
@@ -1,5 +1,5 @@
## translation metadata
-# Revision: $Revision: 8471 $
+# Based-On-Revision: 8471
# Last-Translator: buyoppy@xxxxxxxxxxx
#include "head.wmi" TITLE="ãããããã"
Modified: website/trunk/ja/download-osx.wml
===================================================================
--- website/trunk/ja/download-osx.wml 2006-10-14 09:30:34 UTC (rev 8721)
+++ website/trunk/ja/download-osx.wml 2006-10-14 09:45:42 UTC (rev 8722)
@@ -1,5 +1,5 @@
## translation metadata
-# Revision: $Revision: 8216 $
+# Based-On-Revision: 8216
# Last-Translator: buyoppy@xxxxxxxxxxx
#include "head.wmi" TITLE="OS Xåããããããã"
Modified: website/trunk/ja/download-unix.wml
===================================================================
--- website/trunk/ja/download-unix.wml 2006-10-14 09:30:34 UTC (rev 8721)
+++ website/trunk/ja/download-unix.wml 2006-10-14 09:45:42 UTC (rev 8722)
@@ -1,5 +1,5 @@
## translation metadata
-# Revision: $Revision: 8216 $
+# Based-On-Revision: 8216
# Last-Translator: buyoppy@xxxxxxxxxxx
#include "head.wmi" TITLE="Linux/Unixåããããããã"
Modified: website/trunk/ja/download-windows.wml
===================================================================
--- website/trunk/ja/download-windows.wml 2006-10-14 09:30:34 UTC (rev 8721)
+++ website/trunk/ja/download-windows.wml 2006-10-14 09:45:42 UTC (rev 8722)
@@ -1,5 +1,5 @@
## translation metadata
-# Revision: $Revision: 8216 $
+# Based-On-Revision: 8216
# Last-Translator: buyoppy@xxxxxxxxxxx
#include "head.wmi" TITLE="Windowsåããããããã"
Modified: website/trunk/ja/download.wml
===================================================================
--- website/trunk/ja/download.wml 2006-10-14 09:30:34 UTC (rev 8721)
+++ website/trunk/ja/download.wml 2006-10-14 09:45:42 UTC (rev 8722)
@@ -1,5 +1,5 @@
## translation metadata
-# Revision: $Revision: 8551 $
+# Based-On-Revision: 8551
# Last-Translator: buyoppy@xxxxxxxxxxx
#include "head.wmi" TITLE="ãããããã"
Modified: website/trunk/ja/foot.wmi
===================================================================
--- website/trunk/ja/foot.wmi 2006-10-14 09:30:34 UTC (rev 8721)
+++ website/trunk/ja/foot.wmi 2006-10-14 09:45:42 UTC (rev 8722)
@@ -1,7 +1,7 @@
#!/usr/bin/wml
## translation metadata
-# Revision: $Revision: 7852 $
+# Based-On-Revision: 7852
# Last-Translator: buyoppy@xxxxxxxxxxx
#use "functions.wmi"
Modified: website/trunk/ja/index.wml
===================================================================
--- website/trunk/ja/index.wml 2006-10-14 09:30:34 UTC (rev 8721)
+++ website/trunk/ja/index.wml 2006-10-14 09:45:42 UTC (rev 8722)
@@ -1,5 +1,5 @@
## translation metadata
-# Revision: $Revision: 8369 $
+# Based-On-Revision: 8369
# Last-Translator: buyoppy@xxxxxxxxxxx
#include "head.wmi" TITLE="ååãããããããããããããããããããã"
Modified: website/trunk/ja/navigation.wmi
===================================================================
--- website/trunk/ja/navigation.wmi 2006-10-14 09:30:34 UTC (rev 8721)
+++ website/trunk/ja/navigation.wmi 2006-10-14 09:45:42 UTC (rev 8722)
@@ -1,7 +1,7 @@
#!/usr/bin/wml
## translation metadata
-# Revision: $Revision: 7821 $
+# Based-On-Revision: 7821
# Last-Translator: buyoppy@xxxxxxxxxxx
<:
Modified: website/trunk/ja/overview.wml
===================================================================
--- website/trunk/ja/overview.wml 2006-10-14 09:30:34 UTC (rev 8721)
+++ website/trunk/ja/overview.wml 2006-10-14 09:45:42 UTC (rev 8722)
@@ -1,5 +1,5 @@
## translation metadata
-# Revision: $Revision: 7935 $
+# Based-On-Revision: 7935
# Last-Translator: buyoppy@xxxxxxxxxxx
#include "head.wmi" TITLE="æè"