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

Example is wrongly using "button" key but it's called "greetings" #6

Closed muelli closed 6 years ago

muelli commented 6 years ago

the example file seems to have wrong content:

https://github.com/ChristophP/elm-i18next/blob/d4e29fd8223a1f32adbd836b275ef69945c78b5a/examples/Regular.elm#L76

but there is no "buttons" key: https://github.com/ChristophP/elm-i18next/blob/d4e29fd8223a1f32adbd836b275ef69945c78b5a/examples/Regular.elm#L22-L24

ChristophP commented 6 years ago

Good catch :+1: I will change it.

ChristophP commented 6 years ago

Fixed for new version https://github.com/ChristophP/elm-i18next/blob/52f9bbeaaeff05b1c4521893d5d22f9491d2071c/examples/Regular.elm