Correction of wrong commit
svn: r9275
This commit is contained in:
@@ -69,7 +69,7 @@ if os.environ.has_key("GRAMPSI18N"):
|
|||||||
elif os.path.exists( os.path.join(const.ROOT_DIR, "lang") ):
|
elif os.path.exists( os.path.join(const.ROOT_DIR, "lang") ):
|
||||||
loc = os.path.join(const.ROOT_DIR, "lang")
|
loc = os.path.join(const.ROOT_DIR, "lang")
|
||||||
else:
|
else:
|
||||||
loc = "/usr/local/share/locale"
|
loc = "/usr/share/locale"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
locale.setlocale(locale.LC_ALL,'C')
|
locale.setlocale(locale.LC_ALL,'C')
|
||||||
|
Reference in New Issue
Block a user