Hi,

actually the code a few lines before should read

targetDir = getConfig('ericTranslationsDir')

Detlev

On Monday 08 October 2012, 17:47:29 Ali-Kémal AYDIN wrote:

Hi,


I've tried to install the french translation and it seems there is a bug in 
the install-i18n.py file. Indeed, after reading the file I've understood when 
I run it (without -p), it copy the *.qm in the eric5 folder and not in the 
i18n folder. Maybe it's only on my computer (how ?), however I don't think so 
! 



Here : shutil.copy2(fn, targetDir), it has to be shutil.copy2(fn, 
os.path.join(targetDir, "i18n")


If I'm wrong, say it, i'm not a professional of Python :)




-- 
Detlev Offenbach
det...@die-offenbachs.de
_______________________________________________
Eric mailing list
Eric@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/eric

Reply via email to