summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9b8fcf4)
raw | patch | inline | side by side (parent: 9b8fcf4)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 29 Jan 2010 05:01:57 +0000 (05:01 +0000) | ||
committer | richard <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 | patch | blob | history | |
doc/customizing.txt | patch | blob | history |
diff --git a/doc/Makefile b/doc/Makefile
index a5ce16e84d5329e5d0f249e1c93dc2bec78d9f69..88312c7af7a09a9617509c51a7a219292432306e 100644 (file)
--- a/doc/Makefile
+++ b/doc/Makefile
-STXTOHTML = rst2html
+STXTOHTML = rst2html.py
STXTOHT = rst2ht.py
WEBDIR = ../../htdocs/htdocs/doc-1.0
diff --git a/doc/customizing.txt b/doc/customizing.txt
index 8c69ba7e04ad3ace2d142890b166a4513b6a6c40..5faf7a3d31ee1dc379a3f92201eff5aa4f6318ba 100644 (file)
--- a/doc/customizing.txt
+++ b/doc/customizing.txt
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
---------------------
.. _`design documentation`: design.html
+.. _`developer's guide`: developers.html