From: Michael Tremer Date: Tue, 20 Jan 2009 16:32:50 +0000 (+0100) Subject: Fixed two lost fragments of the old translation. X-Git-Tag: v3.0-alpha1~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44919adf04422cce6dda4ee9b49d025a6eb4ea1e;p=ipfire-3.x.git Fixed two lost fragments of the old translation. --- diff --git a/src/pomona/bootloader.py b/src/pomona/bootloader.py index 142f2f225..245be3337 100644 --- a/src/pomona/bootloader.py +++ b/src/pomona/bootloader.py @@ -36,7 +36,6 @@ log = logging.getLogger("pomona") from fsset import * -from pyfire.translate import _, N_ import pyfire.executil dosFilesystems = ('FAT', 'fat16', 'fat32', 'ntfs', 'hpfs') diff --git a/src/pomona/installer.py b/src/pomona/installer.py index 1af0bdc84..f76a84be7 100644 --- a/src/pomona/installer.py +++ b/src/pomona/installer.py @@ -151,10 +151,6 @@ if __name__ == "__main__": signal.signal(signal.SIGINT, signal.SIG_DFL) signal.signal(signal.SIGSEGV, isys.handleSegv) - # Set up i18n - from pyfire.translate import _, textdomain - textdomain("pomona") - # Reading command line options (opts, args) = parseOptions()