parent
e370435634
commit
a9443514ab
@ -67,7 +67,7 @@ if os.environ.has_key("GRAMPSI18N"):
|
||||
elif os.path.exists( os.path.join(const.ROOT_DIR, "lang") ):
|
||||
loc = os.path.join(const.ROOT_DIR, "lang")
|
||||
else:
|
||||
loc = "/usr/share/locale"
|
||||
loc = os.path.join(const.PREFIXDIR, "share/locale")
|
||||
|
||||
try:
|
||||
locale.setlocale(locale.LC_ALL,'C')
|
||||
|
Loading…
Reference in New Issue
Block a user