Mon, 08 Oct 2012 20:56:48 +0200
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')):