diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2011-05-26 21:22:43 +0200 | 
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2011-05-26 21:22:43 +0200 | 
| commit | 324225f10b505d8c5a21614b7c88666e1c3c7e85 (patch) | |
| tree | 7a9baada0a03c36e85a8b4db0fb1886ea499c230 /doc/developers/translation.rst | |
| parent | 47005bb1c62960d33ba2061d6842529403331ff2 (diff) | |
| download | semanticscuttle-324225f10b505d8c5a21614b7c88666e1c3c7e85.tar.gz semanticscuttle-324225f10b505d8c5a21614b7c88666e1c3c7e85.tar.bz2 | |
make translation docs valid rST
Diffstat (limited to 'doc/developers/translation.rst')
| -rw-r--r-- | doc/developers/translation.rst | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/doc/developers/translation.rst b/doc/developers/translation.rst index f014be2..008f66e 100644 --- a/doc/developers/translation.rst +++ b/doc/developers/translation.rst @@ -13,7 +13,7 @@ For example, to translate::    echo "Vote for"; -just write +just write ::    echo T_("Vote for"); @@ -22,8 +22,8 @@ just write  Translation basics  ================== -We keep one base translation file, data/locales/messages.po. -This file is auto-generated via xgettext from all our php source files. +We keep one base translation file, ``data/locales/messages.po``. +This file is auto-generated via ``xgettext`` from all our php source files.  In case you added a new string to the code that needs translation,  update the base translation file by running :: | 
