haskell-servant / haskell-servant/servant
Minimal I18n support
Open
- Dominant language
- Haskell
- Stars
- 2k
- Forks
- 427
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 5
Description
I wonder if there is a general interest in having minimal i18n support. I implemented a combinator which reads the language out of a cookie and, if missing, out of "Accept-Language" header. In addition, there is a very simple function `Lang -> Header` to create the cookie.
This is something we need for every application providing a web ui. With a bit of guidance I could send you a small PR.
Contributor guide
Assessment
This issue has not been assessed yet.