aboutsummaryrefslogtreecommitdiff
path: root/src/client/Model
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Model')
-rw-r--r--src/client/Model/Translations.elm3
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