Add note about lib/languages.json to localization docs.

This commit is contained in:
Ricky Rosario 2013-04-17 12:42:15 -04:00
Родитель fcfbc6e194
Коммит be72773f59
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -455,7 +455,8 @@ Say you wanted to add ``fa-IR``::
$ mkdir -p locale/fa-IR/LC_MESSAGES
$ python manage.py merge
Then add 'fa-IR' to SUMO_LANGUAGES in settings.py.
Then add 'fa-IR' to SUMO_LANGUAGES in settings.py and make sure there is
an entry in lib/languages.json (if not, add it).
And finally, add a migration with::