Hi everybody,
Is it possible to internationalize text in search toolbar ?
It is for a french website so I will prefer see “Rechercher” rather than “Search” like this screen :
Thanks,
Charly
Hi everybody,
Is it possible to internationalize text in search toolbar ?
It is for a french website so I will prefer see “Rechercher” rather than “Search” like this screen :
Thanks,
Charly
Yes, see the phrases
option (you should be able to pass something like {"Search:": "Rechercher:"}
). Search addon/search/search.js for cm.phrase
to find the other phrases it uses.