~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/i18n.py

merge in trunk and i18n-errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
 
73
73
def install(lang=None):
74
74
    global _translations
 
75
    if installed():
 
76
        return
75
77
    if lang is None:
76
78
        lang = _get_current_locale()
77
79
    if lang is not None: