Code

add simple doc about translating customised tracker content
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 29 Jan 2010 05:01:57 +0000 (05:01 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 29 Jan 2010 05:01:57 +0000 (05:01 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4429 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/Makefile
doc/customizing.txt

index a5ce16e84d5329e5d0f249e1c93dc2bec78d9f69..88312c7af7a09a9617509c51a7a219292432306e 100644 (file)
@@ -1,4 +1,4 @@
-STXTOHTML = rst2html
+STXTOHTML = rst2html.py
 STXTOHT = rst2ht.py
 WEBDIR = ../../htdocs/htdocs/doc-1.0
 
index 8c69ba7e04ad3ace2d142890b166a4513b6a6c40..5faf7a3d31ee1dc379a3f92201eff5aa4f6318ba 100644 (file)
@@ -2548,6 +2548,15 @@ An example of batching::
 the "keyword" class (well, their "name" anyway).
 
 
+Translations
+~~~~~~~~~~~~
+
+Should you wish to enable multiple languages in template content that you
+create you'll need to add new locale files in the tracker home under a
+``locale`` directory. Use the instructions in the ``developer's guide`` to
+create the locale files.
+
+
 Displaying Properties
 ---------------------
 
@@ -4879,3 +4888,4 @@ rather than requiring a web server restart.
 
 
 .. _`design documentation`: design.html
+.. _`developer's guide`: developers.html