mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Refactor caleventinput field
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
module Messages.Comp.CalEventInput exposing (Texts, gb)
|
||||
|
||||
import Http
|
||||
import Messages.Comp.HttpError
|
||||
import Messages.DateFormat as DF
|
||||
import Messages.UiLanguage
|
||||
|
||||
@ -15,6 +17,7 @@ type alias Texts =
|
||||
, schedule : String
|
||||
, next : String
|
||||
, formatDateTime : Int -> String
|
||||
, httpError : Http.Error -> String
|
||||
}
|
||||
|
||||
|
||||
@ -30,4 +33,5 @@ gb =
|
||||
, schedule = "Schedule"
|
||||
, next = "Next"
|
||||
, formatDateTime = DF.formatDateTimeLong Messages.UiLanguage.English
|
||||
, httpError = Messages.Comp.HttpError.gb
|
||||
}
|
||||
|
Reference in New Issue
Block a user