cruftlab / tilfeldigeord.no

A new (again) minimal, static website for tilfeldigeord.no, built with Eleventy
https://tilfeldigeord.no
MIT License
1 stars 1 forks source link

Fix word sorting #81

Open loket opened 6 months ago

loket commented 6 months ago

It seems the words are sorted with the wrong locale (kaviar, kål, kefir). It should be possible to specify locale when sorting the words, to make them correct (kaviar, kefir, kål), using Intl.Collator.

This should only be necessary at build time.