~ubuntu-branches/ubuntu/quantal/wicd/quantal

« back to all changes in this revision

Viewing changes to wicd/translations.py

  • Committer: Package Import Robot
  • Author(s): David Paleino
  • Date: 2012-04-22 18:42:19 UTC
  • mfrom: (8.2.25 sid)
  • Revision ID: package-import@ubuntu.com-20120422184219-665ml2w32oju9wa9
Tags: 1.7.2.3-1
* New upstram version
  - fix bug with wicd-curses and UTF-8 locales (Closes: #669602)

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    langs += ["en_US"]
53
53
    lang = gettext.translation('wicd', local_path, languages=langs, 
54
54
                               fallback=True)
55
 
    _ = lang.gettext
 
55
    _ = lang.ugettext
56
56
    return _
57
57
 
58
58
_ = get_gettext()