Spanish translation
- From:
- Mauricio Miranda
- Date:
- 2011-10-04 @ 20:00
Ok,
I forked the project in github and I've updated, added and fixed all
existent strings.
Then, I regenerate the .po file with:
django-admin.py makemessages -l es -e html,txt,xml
That gave me some new strings to translate, so I did it.
Now, when I try to do the same for JS files, I get this error:
$ django-admin.py makemessages -d djangojs -l es
processing language es
Error: errors happened while running xgettext on gxp.js
./media/static/script/gxp.js.py:19: can't find string terminator "ss"
anywhere before EOF
Any idea?
Thanks,
Mauri