python - django some translations are not updated -


when change translations keeping previous value not new one.

first, have file

#: choices/__init__.py:14 msgid "power on" msgstr "encendido" 

then, changed this

#: choices/__init__.py:14 msgid "power on" msgstr "dispositivo encendido" 

i compile messages, translation not updated. happens translation not all. in development mode, not behind ningx. restart runserver.

what reason?

that because of app loading order. if app, defined later in installed_apps defines different translation same literal.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -