diff options
Diffstat (limited to 'src/client/Model/Translations.elm')
-rw-r--r-- | src/client/Model/Translations.elm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/Model/Translations.elm b/src/client/Model/Translations.elm index a6de961..bec8c9b 100644 --- a/src/client/Model/Translations.elm +++ b/src/client/Model/Translations.elm @@ -13,8 +13,7 @@ import String type alias Translations = List Translation translationsDecoder : Json.Decoder Translations -translationsDecoder = - ("translations" := Json.list translationDecoder) +translationsDecoder = Json.list translationDecoder type alias Translation = { key : String |