~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

Use gettext_per_paragraph for translating command help.

Show diffs side-by-side

added added

removed removed

Lines of Context:
764
764
        NOTE: Commands provided by plugins should override this to use own
765
765
        i18n system.
766
766
        """
767
 
        return gettext
 
767
        import bzrlib.i18n
 
768
        return i18n.gettext_per_paragraph
768
769
 
769
770
    def name(self):
770
771
        """Return the canonical name for this command.