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
We needed a possibility to generate the slugs of some specific languages from another translation.
So we evaluated a bunch of extensions and found out, no one offers such a feature.
Something like this TSconfig could configure the SlugModifier:
We needed a possibility to generate the slugs of some specific languages from another translation.
So we evaluated a bunch of extensions and found out, no one offers such a feature.
Something like this TSconfig could configure the SlugModifier:
sys_language_uid 1 = german
sys_language_uid 2 = english
sys_language_uid 3 = chinese
sys_language_uid 4 = russian
Chinese pages would get english paths.
Russian pages would get path segments from default/german language
We think, this feature could fit best for EXT:masi. What do you think?
We could provide a PR for this feature, if you are interessted
The text was updated successfully, but these errors were encountered: