Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 241 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 241 Bytes

ExLang

Library designed to parse and convert language and locale codes based on BCP47. See the module documentation in lib/ex_lang.ex for more information.

Installation

def deps do
  [
    {:ex_lang, "2.0.0"}
  ]
end