Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 4324:c70762f2be4e | 4325:6ec048310de7 |
|---|---|
| 2544 </tr> | 2544 </tr> |
| 2545 </table> | 2545 </table> |
| 2546 | 2546 |
| 2547 ... which will produce a table with four columns containing the items of | 2547 ... which will produce a table with four columns containing the items of |
| 2548 the "keyword" class (well, their "name" anyway). | 2548 the "keyword" class (well, their "name" anyway). |
| 2549 | |
| 2550 | |
| 2551 Translations | |
| 2552 ~~~~~~~~~~~~ | |
| 2553 | |
| 2554 Should you wish to enable multiple languages in template content that you | |
| 2555 create you'll need to add new locale files in the tracker home under a | |
| 2556 ``locale`` directory. Use the instructions in the ``developer's guide`` to | |
| 2557 create the locale files. | |
| 2549 | 2558 |
| 2550 | 2559 |
| 2551 Displaying Properties | 2560 Displaying Properties |
| 2552 --------------------- | 2561 --------------------- |
| 2553 | 2562 |
| 4877 in which it reloads edited templates immediately when they are changed, | 4886 in which it reloads edited templates immediately when they are changed, |
| 4878 rather than requiring a web server restart. | 4887 rather than requiring a web server restart. |
| 4879 | 4888 |
| 4880 | 4889 |
| 4881 .. _`design documentation`: design.html | 4890 .. _`design documentation`: design.html |
| 4891 .. _`developer's guide`: developers.html |
