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

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

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 08 Oct 2012 20:56:48 +0200
branch
5_2_x
changeset 2125
091c0c716635
parent 2123
7f02c9d4cd3b
child 2134
b29255468359

Fixed an issue in the install-i18n.py script.
(grafted from 909d55803dd6398513bcdf04a967c39fb0035446)

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