ChristophP / elm-i18next

https://package.elm-lang.org/packages/ChristophP/elm-i18next/latest
BSD 3-Clause "New" or "Revised" License
67 stars 13 forks source link

Add in the 'toDict' function to retrieve a dictionary from a Translat… #18

Closed allanderek closed 5 years ago

allanderek commented 5 years ago

…ions, this means the user has the ability to do what they want to translations such as obtain all the defined keys, or compare the keys defined by two translations, without having to expose the underlying type of a translation.

This is an alternative to the pull-request number 15 and somewhat answers issue #12