Skip to content

Commit

Permalink
fix for having translatable strings such as hour/s, song/s, etc (beek…
Browse files Browse the repository at this point in the history
…eybee)
  • Loading branch information
Scott Horowitz committed Apr 29, 2007
1 parent b23ae92 commit 3d16856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonata.py
Expand Up @@ -142,6 +142,7 @@ def __init__(self, window=None, sugar=False):
gettext.install('sonata', os.path.join(__file__.split('/lib')[0], 'share', 'locale'), unicode=1)
except:
gettext.install('sonata', '/usr/share/locale', unicode=1)
gettext.textdomain('sonata')

self.traytips = TrayIconTips()

Expand Down

0 comments on commit 3d16856

Please sign in to comment.