mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
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:
@@ -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
Reference in New Issue
Block a user