~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/i18n.py

  • Committer: Jonathan Riddell
  • Date: 2011-09-13 15:34:45 UTC
  • mto: This revision was merged to the branch mainline in revision 6136.
  • Revision ID: jriddell@canonical.com-20110913153445-jyt71jtwf0xs0bbo
rename to disable_i18n() to follow convention

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
    return u'\n\n'.join(ugettext(p) if p else u'' for p in paragraphs)
69
69
 
70
70
 
71
 
def disableI18n():
 
71
def disable_i18n():
72
72
    """Do not allow i18n to be enabled.  Useful for third party users
73
73
    of bzrlib."""
74
74
    global installed