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
Need help with transliteration. When unicode is off and title of article is in cyrillic then url take only id number of the article, other part im cyrillif miseed> When unicode is on url take cyrillic title in cyrillic. Transliteration dont work. Need help please
Expected result
Actual result
System information (as much as possible)
Additional comments
The text was updated successfully, but these errors were encountered:
@omega20st
Joomla version? If the language does not contain a custom transliterate method in the xx-XX.localise.php file, then it is a normal behavior in J3. BTW it is not the id of the article, but the date which is used as alias.
This is solved in J4 where one does not need the transliterate method.
Here is the transliteration method we use for French (fr-FR). It transliterate cyrillic.
You can copy the method in the file and paste it in the localise.php of your language.
Steps to reproduce the issue
Need help with transliteration. When unicode is off and title of article is in cyrillic then url take only id number of the article, other part im cyrillif miseed> When unicode is on url take cyrillic title in cyrillic. Transliteration dont work. Need help please
Expected result
Actual result
System information (as much as possible)
Additional comments
The text was updated successfully, but these errors were encountered: