pcari.management.commands.makemessages module

Prepare message files for translators

class pcari.management.commands.makemessages.Command(stdout=None, stderr=None, no_color=False)

Bases: django.core.management.commands.makemessages.Command

Extend the default makemessages command.

write_po_file(potfile, locale)

Before merging the .pot file with an existing .po file, merge other .pot files together (use in conjunction with makedbtrans).