• Resolved Alexandre Buffet

    (@alexandrea3web)


    I’m a french user of the NextGEN Gallery plugin and I just found a translation bug on loading plupload i18n files.

    On the “Add Gallery” page, translations for buttons like “Star Upload” are never loaded… by searching into the module files, I found into the “_find_plupload_i18n()” declaration that path “file_exists($dir . $tmp[0] . ‘.js’)” never match any translation file (fr.js in my case). [Line 410 / 413 in products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php]

    I managed to fix the error temporarily by completing the missing “/” and replacing the path with “file_exists($dir . ‘/’ . $tmp[0] . ‘.js’)” and translation file has been well loaded.

    Is there another solution ? Could you correct this error permanently ?

Viewing 1 replies (of 1 total)
  • Hello @alexandrea3web

    We are happy to help!
    Apologies, but it doesn’t seem like we have seen this report before.
    We need to take some notes and escalate this conflict to our developers
    So please, report this issue as a bug using this form: https://www.imagely.com/report-bug/. Be as specific as possible and let them know Gaby referred you.

    Note: do not forget to include this forum’s link.
    Many thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Broken path when loading Plupload JS i18n translation files’ is closed to new replies.