]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
make translation docs valid rST
authorChristian Weiske <cweiske@cweiske.de>
Thu, 26 May 2011 19:22:43 +0000 (21:22 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Thu, 26 May 2011 19:22:43 +0000 (21:22 +0200)
doc/developers/translation.rst

index f014be2f1cfb548da655eda8338040358d48c19a..008f66e268acf8d01d9e7f20e6dca6374acbea75 100644 (file)
@@ -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 ::