You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've a site with / set as italian (TG is ok) and /en as english. It works (had to set it by code because related widget does not support picking the root) but when I save the language control panel, setup.py will set /it as italian translation for /en. This is due to this lines:
Hi!
I've a site with / set as italian (TG is ok) and /en as english. It works (had to set it by code because related widget does not support picking the root) but when I save the language control panel, setup.py will set /it as italian translation for /en. This is due to this lines:
plone.app.multilingual/src/plone/app/multilingual/browser/setup.py
Lines 71 to 75 in 80c0af2
this lines does not check if there's an already existing translation.
Will you accept a patch that just check if an already existing root language folder exists and then skip the
setUpLanguage
call?The text was updated successfully, but these errors were encountered: