1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-01 11:32:27 +01:00

Merged in translations.py changes (r315) from mainline 1.6.

This commit is contained in:
Andrew Psaltis
2009-03-04 00:41:28 -05:00
12 changed files with 356 additions and 304 deletions

View File

@@ -67,9 +67,10 @@ from optparse import OptionParser
CURSES_REVNO=wpath.curses_revision
language = misc.get_language_list_gui()
# We need 'Connecting' without the '...'
language['connecting']=misc.get_language_list_tray()['connecting']
# Fix strings in wicd-curses
from wicd.translations import language
for i in language.keys():
language[i] = language[i].decode('utf8')
########################################
##### SUPPORT CLASSES