Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 268 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 268 Bytes

ExLang

Library designed to parse and convert language and locale codes based on ISO 639-3 and RFC 3066 standards. See the module documentation in lib/ex_lang.ex for more information.

Installation

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