Seems like the automatic URL Generation is now not converting the Umlaute correct anymore. Is this a Bug or a Feature now K3 makes of the Word “Bücher” now “bucher” and in K2 it was correct and made “buecher”
Compare between K2 and K3
Edit: and sorry again for the “spamming” but there are so much questions since I start the Upgrade.
It’s not just a problem in the js implementation. We removed the umlaut translator, because that only works for German, but not for Turkish for example. We need to create a feature first to offer localized slug translators before we can introduce umlaut conversion again.
i’m using an english panel installation, do i need to tell the generator somehow to use the german umlaut translation? my URLs are still being generated as “/huttengaudi” instead of “/huettengaudi”
It still does not do anything, I just put it outside of and before the return statement. Do I need to put something in place of $language or leave this in as a variable?
Just to be extra sure: Am I understanding you right, that this simple plugin – without any other changes in the config or anything else – is supposed to alter the method field()->slug() in a way that for a name: Müller text field it will return mueller?