Also extract i18n messages from python

Turns out, this is kind of important as well. As a punishment I had to fix
this on transifex for 2 hours because the "translation memory" matching didn't
work for some reason
This commit is contained in:
Roland Geider
2016-01-09 13:22:40 +01:00
parent b6d13863c7
commit d6b9bb2caf
2 changed files with 1280 additions and 263 deletions

View File

@@ -11,7 +11,7 @@ wger uses django's translation infrastructure, but there are a couple of things
that need to be considered. First, update your po files with the usual django
command (run this in the wger subfolder, not the root one)::
django-admin makemessages --locale en --extension html,tpl
django-admin makemessages --locale en --extension py,html,tpl
Extract some translatable strings from the database such as exercise categories
and muscle names::

File diff suppressed because it is too large Load Diff