From d3e045e8034c5473964c0529ffc1e181311842c2 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 1 Nov 2015 11:05:28 +0100 Subject: Removing useless Translations model --- src/client/Model/Translations.elm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/client/Model/Translations.elm') 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 -- cgit v1.2.3