Correction of wrong commit
svn: r9275
This commit is contained in:
parent
4f6b7726f9
commit
56050eabb9
@ -69,7 +69,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/local/share/locale"
|
||||
loc = "/usr/share/locale"
|
||||
|
||||
try:
|
||||
locale.setlocale(locale.LC_ALL,'C')
|
||||
|
Loading…
Reference in New Issue
Block a user