Mercurial > p > roundup > code
diff doc/customizing.txt @ 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 | 608919e3bbbf |
| children | 3a0395583de5 |
line wrap: on
line diff
--- 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
