Revision edda4d30 README.i18n

b/README.i18n
14 14
1)for each language we want to add, we run makemessages, from our project's base:
15 15

  
16 16
$ django-admin.py makemessages -l el -e=html,txt,py
17
(./bin/django-admin.py makemessages -l el -e html,txt,py --ignore=lib/*)
18

  
17 19

  
18 20
this will add the Greek language, and we specify that html, txt and python files contain translatable strings
19 21

  

Also available in: Unified diff