Closed fredericalpers closed 4 days ago
@fredericalpers I tested the master branch and did not encounter the bug you mentioned. The bug only reappeared when I commented out that specific line of code.
Please check your code again to see if these two lines are present.
https://github.com/user-attachments/assets/1035398f-ae3e-4e65-a715-64780cfa70c9
We didn't alter the plugin. The lines are not commented out.
Feel free to check our plugin demo website: https://wp-plugin-demo.onoffice.com/de/immobilien/details/27-schoene-immobilie-in-aachen/
We didn't alter the plugin. The lines are not commented out.
Feel free to check our plugin demo website: https://wp-plugin-demo.onoffice.com/de/immobilien/details/27-schoene-immobilie-in-aachen/
We will continue to check this bug.
@fredericalpers We have found the cause of the bug and fixed it. Please take a look at my demo video and let me know your opinions. Thanks!
https://github.com/user-attachments/assets/32a8cb24-c780-448d-bac4-17cb0070249d
Seems to be working fine now! Thank you, we will review this as soon as possible :)
Correct handling of Umlauts and Special Characters during language switch
User Story
As a user of a multilingual website, I want the correct conversion and display of umlauts (ä, ö, ü) and special characters when switching between languages (e.g., from German to English and back to German). This ensures that no incorrect URLs are generated, which could lead to 301 redirects, providing a consistent user experience and improving SEO performance.
Implementing this user story ensures that umlauts and special characters are correctly handled in the URL structure of a multilingual website, preventing SEO issues caused by 301 redirects and maintaining a seamless user experience.
Task / Requirements