changeset 311:64370a963fc1

Typo in TRANSLATIONS.txt: fr -> XX
author Sylvain Beucler <beuc@beuc.net>
date Tue, 17 Aug 2010 00:21:51 +0200
parents c087b8f3a3fb
children 73a656d6972e
files TRANSLATIONS.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/TRANSLATIONS.txt
+++ b/TRANSLATIONS.txt
@@ -11,7 +11,7 @@
 
 Once that's done, still in a terminal, type:
 
-  ./manage.py makemessages -l fr -e .html,.inc -i '*/django-overrides/*'
+  ./manage.py makemessages -l XX -e .html,.inc -i '*/django-overrides/*'
 
 where XX is your language code:
 http://www.gnu.org/software/gettext/manual/html_node/Usual-Language-Codes.html
@@ -47,7 +47,7 @@
 
 In a terminal, just type again:
 
-  ./manage.py makemessages -l fr -e .html,.inc -i '*/django-overrides/*'
+  ./manage.py makemessages -l XX -e .html,.inc -i '*/django-overrides/*'
 
 Don't use Poedit to update your catalog, as it doesn't know how to
 search for strings in the Savane templates (Django format).