Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/minibill/elm-bcp47-parser

Parse BCP 47 language tags
https://github.com/minibill/elm-bcp47-parser

elm

Last synced: about 7 hours ago
JSON representation

Parse BCP 47 language tags

Awesome Lists containing this project

README

        

# `elm-bcp47-parser` [![Build Status](https://github.com/miniBill/elm-bcp47-parser/workflows/CI/badge.svg)](https://github.com/miniBill/elm-bcp47-parser/actions?query=branch%3Amain)
This package parses BCP 47 language tags.

It is meant to be used as a companion to [dillonkearns/elm-bcp47-language-tag](https://package.elm-lang.org/packages/dillonkearns/elm-bcp47-language-tag/latest), and it uses the types from that package for its results.