ccapndave / elm-translator / Translations

This represents a set of translations in a language.


type alias Translations =
Dict String String

decoder : Json.Decode.Decoder Translations

encode : Translations -> Json.Encode.Value