From f101c20c9da59c8c644d3cb6fa0b1d08f63e40e4 Mon Sep 17 00:00:00 2001 From: Joris Date: Wed, 6 Apr 2016 14:44:18 +0200 Subject: Use translated month in stat page --- src/client/elm/LoggedIn/View/Date.elm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/client/elm/LoggedIn/View') diff --git a/src/client/elm/LoggedIn/View/Date.elm b/src/client/elm/LoggedIn/View/Date.elm index f9528d4..c9d44ab 100644 --- a/src/client/elm/LoggedIn/View/Date.elm +++ b/src/client/elm/LoggedIn/View/Date.elm @@ -1,6 +1,7 @@ module LoggedIn.View.Date ( renderShortDate , renderLongDate + , renderMonth ) where import Date exposing (..) @@ -27,6 +28,9 @@ renderLongDate date translations = ] in getParamMessage params "LongDate" translations +renderMonth : Translations -> Month -> String +renderMonth translations month = getMessage (getMonthKey month) translations + getMonthKey : Month -> String getMonthKey month = case month of -- cgit v1.2.3