Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/minibill/elm-bcp47-parser
- Owner: miniBill
- License: bsd-3-clause
- Created: 2023-08-06T15:50:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-11T20:00:00.000Z (about 1 year ago)
- Last Synced: 2023-08-12T03:31:53.343Z (about 1 year ago)
- Topics: elm
- Language: Elm
- Homepage: https://package.elm-lang.org/packages/miniBill/elm-bcp47-parser/latest/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.