Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag alias and language assignment problem #29123

Open
humblehumanbeing opened this issue May 17, 2020 · 1 comment
Open

Tag alias and language assignment problem #29123

humblehumanbeing opened this issue May 17, 2020 · 1 comment

Comments

@humblehumanbeing
Copy link

Use a multilanguage installation
Use en-GB for backend language.
Add proper additions in en-GB.localise.php so that non-Latin characters are replaced properly.
Create an article in tr-TR, for example and add the words 'İnsanlık' and 'ayrılık' as the tags of the article
Non-Latin characters in the tags are stripped. They become 'i-nsanl-k' and 'ayr-l-k' respectively.
Notice that system puts a dash if the tag starts with a capital i (İ).
Localization file is not obeyed.

Also the tags that are added within the article are assigned to the language 'All'.
They are assumed to be in the language of the article.

@infograf768
Copy link
Member

infograf768 commented May 17, 2020

Concerning the İ
Please read #27875
and specially #27875 (comment)

That one concerned the item alias. Same for Tags.

For Tags

Also the tags that are added within the article are assigned to the language 'All'.
They are assumed to be in the language of the article.

They are not assumed such. A newly created tag on the fly is always tagged to All languages.

@Hackwar Hackwar added the bug label Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants