Compile message files
Available only in PyCharm Professional: download to try or compare editions
This functionality relies on the Django plugin, which is bundled and enabled in PyCharm by default. If the relevant features are not available, make sure that you did not disable the plugin.
Press CtrlAlt0S to open settings and then select Plugins.
Open the Installed tab, find the Django plugin, and select the checkbox next to the plugin name.
For compiling locales, run the compilemessages
task of the manage.py utility.
In the main menu, go to Tools | Run manage.py task, or press CtrlAlt0R.
In the Enter manage.py task name dialog, select
compilemessages
, and press Enter.django.mo files are produced for each locale.
Thanks for your feedback!
Was this page helpful?