I was creating a multilingual site using Brilliant Gallery. I couldn't see the gallery when I was on the English version. I discovered in code that the problem was about the prefix.
The point is: on my websites I allways prefix english with en-us for english and the script was taking only the language code 'en' to correct paths.
After I found the problem I have corrected it and created a patch for that.
Please add it to the module so other people can enjoy the correct behavior.

Regards

Comments

erick.mattos’s picture

Status: Active » Needs review
erick.mattos’s picture

Version: 6.x-1.2 » 6.x-3.0
Priority: Normal » Critical
StatusFileSize
new3.32 KB

New patch for an old problem (not yet fixed) as seen by #1.
I am posting to help the community fix their own install in a hope to see this patch integrated to the main code then not needing to be updated anymore.

Regards

erick.mattos’s picture

Version: 6.x-3.0 » 6.x-3.x-dev

Change just to set this to be included on new releases.

erick.mattos’s picture

Priority: Critical » Normal
StatusFileSize
new6.55 KB

New patch for an old problem.

For 6.x-3.x version.

Use it as a solution meanwhile it does not get merged.

erick.mattos’s picture

:-|

erick.mattos’s picture

Version: 6.x-3.x-dev » 6.x-4.x-dev
StatusFileSize
new6.54 KB

New patch for an old problem.

For 6.x-4.x version.

Use it as a solution meanwhile it does not get merged.

erick.mattos’s picture

Version: 6.x-4.x-dev » 7.x-1.x-dev
StatusFileSize
new7.35 KB

New patch for an old problem.

For 7.x-1.x version.

Use it as a solution meanwhile it does not get merged.