22 locale.setlocale(locale.LC_ALL,
'')
24 locale.setlocale(locale.LC_ALL,
'C')
32 if os.path.isdir(
'po'):
36 t = gettext.translation(
'smolt',
'/usr/share/locale/', fallback =
True)
38 t = gettext.translation(
'smolt',
'/usr/share/locale/', fallback =
True)
40 locale.setlocale(locale.LC_ALL,
'C')
41 t = gettext.translation(
'smolt',
'/usr/share/locale/', fallback=
True, languages=
'en_US')
43 if sys.version_info[0] == 2: