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

Upgrade php version of xampp not success -

amazon web services - S3 and apache mod_proxy with basic authentication -

powershell - This solution contains one or more assemblies targeted for the global assembly cache -