Help please for french articles
Hi,
I'm a french user and I'll set the list of words that are to be considered 'articles' when computing the title sort strings
I replace in "title_sort_articles"
'^(A|The|An)\s+'
with
'^(Les|Le|La|Un|Une)\\s+'
But there is a another one article " L' " and I don't know how to add because there is a " ' " inside
Thanks
|