[or-cvs] r14043: In theory, our new Turkish translation will appear on the si (website/trunk)

phobos at seul.org phobos at seul.org
Sat Mar 15 02:28:48 UTC 2008


Author: phobos
Date: 2008-03-14 22:28:47 -0400 (Fri, 14 Mar 2008)
New Revision: 14043

Modified:
   website/trunk/Makefile.common
Log:
In theory, our new Turkish translation will appear on the site soon.


Modified: website/trunk/Makefile.common
===================================================================
--- website/trunk/Makefile.common	2008-03-15 02:25:53 UTC (rev 14042)
+++ website/trunk/Makefile.common	2008-03-15 02:28:47 UTC (rev 14043)
@@ -55,6 +55,9 @@
 %.html.se: se/%.wml en/%.wml
 	lang=`dirname $<` && wml $(WMLOPT) -I $$lang -I $(WMLBASE)/$$lang -D LANG=$$lang $< -o $@
 
+%.html.tr: tr/%.wml en/%.wml
+	lang=`dirname $<` && wml $(WMLOPT) -I $$lang -I $(WMLBASE)/$$lang -D LANG=$$lang $< -o $@
+
 %.html.zh-cn: zh-cn/%.wml en/%.wml
 	lang=`dirname $<` && wml $(WMLOPT) -I $$lang -I $(WMLBASE)/$$lang -D LANG=$$lang $< -o $@
 



More information about the tor-commits mailing list