View | Details | Raw Unified | Return to bug 150197
Collapse All | Expand All

(-)defaults.py.new (-1 / +1 lines)
Lines 30-36 Link Here
30
    PUZZLE_DIR   = BASE_DIR
30
    PUZZLE_DIR   = BASE_DIR
31
31
32
DOMAIN = 'gnome-games'
32
DOMAIN = 'gnome-games'
33
locale.bind_textdomain_codeset(DOMAIN, "UTF-8") # See Bug 608425
33
gettext.bind_textdomain_codeset(DOMAIN, "UTF-8") # See Bug 608425
34
gettext.bindtextdomain(DOMAIN, LOCALEDIR)
34
gettext.bindtextdomain(DOMAIN, LOCALEDIR)
35
gettext.textdomain(DOMAIN)
35
gettext.textdomain(DOMAIN)
36
from gettext import gettext as _
36
from gettext import gettext as _

Return to bug 150197