Ordinary update of new strings

svn: r9272
This commit is contained in:
Peter Landgren
2007-10-30 10:13:01 +00:00
parent 69c114e76e
commit 472e7e7712
5 changed files with 193 additions and 198 deletions

View File

@ -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/share/locale"
loc = "/usr/local/share/locale"
try:
locale.setlocale(locale.LC_ALL,'C')