aboutsummaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorJoris2015-11-01 11:05:28 +0100
committerJoris2015-11-01 11:05:28 +0100
commitd3e045e8034c5473964c0529ffc1e181311842c2 (patch)
tree3cc792ed26b135823c812820364b8343d5b603aa /src/client
parenta14af8d8f2cc9d561a8c8804a4c73b9a35ce8a97 (diff)
downloadbudget-d3e045e8034c5473964c0529ffc1e181311842c2.tar.gz
budget-d3e045e8034c5473964c0529ffc1e181311842c2.tar.bz2
budget-d3e045e8034c5473964c0529ffc1e181311842c2.zip
Removing useless Translations model
Diffstat (limited to 'src/client')
-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