PyCharm stores locales in the language-related subdirectories of the locale
directory.
For creating locales, run the makemessages
task of the manage.py
utility.
- On the main menu, choose org.jetbrains.plugins.ruby.rake.actions.RakeTasksPopupAction.
, or press - In the Enter manage.py task name dialog box, select
makemessages
, and press Shift+Enter. - In the manage.py makemessages dialog box that opens, type
-l <locale name >
:
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:If there are no such strings, only an empty directory structure is created.