rluiten / elm-date-extra

Elm Date Extra library add/subtract/diff/format etc dates
http://package.elm-lang.org/packages/rluiten/elm-date-extra/latest
BSD 3-Clause "New" or "Revised" License
75 stars 36 forks source link

Swedish localization not found #52

Closed martindlarsson closed 7 years ago

martindlarsson commented 7 years ago

I just installed your package and wanted to use the newly added Swedish localization. Though the compiler cannot find the module Date.Extra.Config.Config_sv_se and looking in the elm_stuff folder and your package there are no such file. I can see it in your repo though.

rluiten commented 7 years ago

Have you got any examples of what is failing ? I created a test case on ellie and it seems to be ok, but I am just doing a basic test and may not cover your use case.

https://ellie-app.com/44ncdTqPFXMa1/7

martindlarsson commented 7 years ago

When building again I got a conflict between packages where one package only accepts versions up to 9. Probably why the file was missing. Closing until further notice.