summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-10-07 20:03:15 +0000
committerJeremy Katz <katzj@redhat.com>2003-10-07 20:03:15 +0000
commit28b56c407fb271283398abc533276c47300e3c32 (patch)
treead72ddd45f08c3d22a9146685d8554aa31f735e4 /textw
parent0c474ae6bfe2000643773e289a3eae2d798bb6c5 (diff)
downloadanaconda-28b56c407fb271283398abc533276c47300e3c32.tar.gz
anaconda-28b56c407fb271283398abc533276c47300e3c32.tar.xz
anaconda-28b56c407fb271283398abc533276c47300e3c32.zip
switch to using redhat-config-date .mo files for timezone info instead of
po/timeconfig
Diffstat (limited to 'textw')
-rw-r--r--textw/timezone_text.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/textw/timezone_text.py b/textw/timezone_text.py
index 57f8d5e57..0c0bb0b7a 100644
--- a/textw/timezone_text.py
+++ b/textw/timezone_text.py
@@ -17,7 +17,9 @@ import os
from time import *
from snack import *
from constants_text import *
-from rhpl.translate import _
+from rhpl.translate import _, textdomain
+
+textdomain("redhat-config-date")
class TimezoneWindow: