]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed two lost fragments of the old translation.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 20 Jan 2009 16:32:50 +0000 (17:32 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 20 Jan 2009 16:32:50 +0000 (17:32 +0100)
src/pomona/bootloader.py
src/pomona/installer.py

index 142f2f225a01dc29b4878b5d7203b789854f8771..245be33377060ed72fa5561bfd1ae6e6408fd95d 100644 (file)
@@ -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')
index 1af0bdc84b70b431a084106a4a20ec9847ee0e21..f76a84be7b7730a0351926837cb134a0b9053975 100644 (file)
@@ -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()