Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 333075
Collapse All | Expand All

(-)mirage-0.9.5.1-orig/mirage.py (-1 / +1 lines)
Lines 76-82 Link Here
76
		# FIX THIS! Does not work on windows and what happens if mo-files exists
76
		# FIX THIS! Does not work on windows and what happens if mo-files exists
77
		# in both dirs?
77
		# in both dirs?
78
		gettext.install('mirage', '/usr/share/locale', unicode=1)
78
		gettext.install('mirage', '/usr/share/locale', unicode=1)
79
		gettext.install('mirage', '/usr/local/share/locale', unicode=1)
79
		#gettext.install('mirage', '/usr/local/share/locale', unicode=1)
80
80
81
		# Constants
81
		# Constants
82
		self.open_mode_smart = 0
82
		self.open_mode_smart = 0

Return to bug 333075