PyCharm 2017.2 Help

Creating Message Files

This feature is supported in the Professional edition only.

PyCharm stores locales in the language-related subdirectories of the locale directory. For creating locales, run the makemessages task of the manage.py utility.

To create a message file

  1. On the main menu, choose Tools | Run manage.py task, or press Ctrl+Alt+R.
  2. In the manage.py task window, enter makemessages, type --locale <locale name > and press Enter.

    Repeat this step for each locale you want to create.

    If there are strings marked for localization, PyCharm will produce a directory and django.po file for each locale:

    /help/img/idea/2017.2/py_localeFolders.png

    If there are no such strings, only an empty directory structure is created.

Last modified: 26 October 2017

See Also

Language and Framework-Specific Guidelines: