mirror of
https://github.com/gryf/wicd.git
synced 2026-01-04 21:04:15 +01:00
Better fix for the curses UTF-8 bug, thanks to Konrad Schöbel!
This commit is contained in:
@@ -52,7 +52,7 @@ def get_gettext():
|
||||
langs += ["en_US"]
|
||||
lang = gettext.translation('wicd', local_path, languages=langs,
|
||||
fallback=True)
|
||||
_ = lang.gettext
|
||||
_ = lang.ugettext
|
||||
return _
|
||||
|
||||
_ = get_gettext()
|
||||
|
||||
Reference in New Issue
Block a user