
A string extractedįrom a file of an app without any locale directory will either go in a That is, a string extracted from a file of an app containing a localeĭirectory will go in a message file under that directory. When you run makemessages from the root directory of your project, theĮxtracted strings will be automatically distributed to the proper message files. It creates (or updates) a message file in theĭirectory locale/LANG/LC_MESSAGES. How Django discovers translations and be sure LOCALE_PATHS

The script runs over your project source tree or your application source treeĪnd pulls out all strings marked for translation (see

Translatable strings the system can only translate strings it knows about.ĭjango then provides utilities to extract the translation strings into a Text is available in that language.” It’s your responsibility to mark Should be translated into the end user’s language, if a translation for this
PORTUGUESE BRAZILIAN AS POEDIT FILE SUGGEST CODE
Number of hooks to your Python code and templates. In order to make a Django project translatable, you have to add a minimal
