Mercurial > p > roundup > code
changeset 4325:6ec048310de7
add simple doc about translating customised tracker content
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 29 Jan 2010 05:01:57 +0000 |
| parents | c70762f2be4e |
| children | d51a9c498dc4 |
| files | doc/Makefile doc/customizing.txt |
| diffstat | 2 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/Makefile Fri Jan 29 04:31:30 2010 +0000 +++ b/doc/Makefile Fri Jan 29 05:01:57 2010 +0000 @@ -1,4 +1,4 @@ -STXTOHTML = rst2html +STXTOHTML = rst2html.py STXTOHT = rst2ht.py WEBDIR = ../../htdocs/htdocs/doc-1.0
--- a/doc/customizing.txt Fri Jan 29 04:31:30 2010 +0000 +++ b/doc/customizing.txt Fri Jan 29 05:01:57 2010 +0000 @@ -2548,6 +2548,15 @@ 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 @@ .. _`design documentation`: design.html +.. _`developer's guide`: developers.html
