Fixed an issue in the install-i18n.py script.

Mon, 08 Oct 2012 20:56:48 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 08 Oct 2012 20:56:48 +0200
changeset 2124
909d55803dd6
parent 2122
fce5f83cb990
child 2126
3744863a534e

Fixed an issue in the install-i18n.py script.

install-i18n.py file | annotate | diff | comparison | revisions
--- a/install-i18n.py	Sun Oct 07 15:21:33 2012 +0200
+++ b/install-i18n.py	Mon Oct 08 20:56:48 2012 +0200
@@ -76,7 +76,7 @@
     if privateInstall:
         targetDir = configDir
     else:
-        targetDir = getConfig('ericDir')
+        targetDir = getConfig('ericTranslationsDir')
     
     try:
         for fn in glob.glob(os.path.join('eric', 'i18n', '*.qm')):

eric ide

mercurial