Some tweaks to the i18n files.

This commit is contained in:
Griatch 2014-04-13 09:27:36 +02:00
parent 99b73c173c
commit 661eb0c23b
3 changed files with 161 additions and 156 deletions

View file

@ -39,6 +39,10 @@ where <language code> is the two-letter locale code for the language
you want, like "sv" for Swedish, "es" for Spanish and so on. A new
folder with the language code will have appeared.
Note that the command django-admin may not be available in your path.
If so, the easiest way is to search for it (it sits in the django
source tree) and run it as "python <absolute-path>/django-admin.py".
Doing a translation / improving an existing one
-----------------------------------------------