Opened 15 years ago
Closed 15 years ago
#12905 closed (duplicate)
urlify.js removes english words that should be kept in other languages
Reported by: | vrehak | Owned by: | nobody |
---|---|---|---|
Component: | Internationalization | Version: | 1.1 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This is not really a big deal but kind of annoying behavior of admin/media/js/urlify.js. It contains a list of words to be removed (removelist). Unfortunately, in languages other than English these words might have substantial meaning. E.g. the word "a" means "and" in Czech language and therefore would be nice to be preserved in the slug. This would require urlify.js to have a notion of user's language, though.
Note:
See TracTickets
for help on using tickets.
A decision has already been made (after much debate) in #2282 regarding where the abilities of
urlify.js
end in its interaction with non-english languages. Closing as duplicate just like it was done #1602