From b205773983ae96e023c3f9dbaff7d3cdf1ceee31 Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 29 Jan 2010 05:01:57 +0000 Subject: [PATCH] add simple doc about translating customised tracker content git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4429 57a73879-2fb5-44c3-a270-3262357dd7e2 --- doc/Makefile | 2 +- doc/customizing.txt | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index a5ce16e..88312c7 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,4 @@ -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 8c69ba7..5faf7a3 100644 --- a/doc/customizing.txt +++ b/doc/customizing.txt @@ -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 -- 2.30.2