mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 18:38:26 +00:00
Prepare translating dates
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
module Messages.Comp.ItemDetail.ItemInfoHeader exposing (Texts, gb)
|
||||
|
||||
import Messages.Basics
|
||||
import Messages.DateFormat as DF
|
||||
import Messages.UiLanguage
|
||||
|
||||
|
||||
type alias Texts =
|
||||
@ -9,6 +11,7 @@ type alias Texts =
|
||||
, dueDate : String
|
||||
, source : String
|
||||
, new : String
|
||||
, formatDate : Int -> String
|
||||
}
|
||||
|
||||
|
||||
@ -19,4 +22,5 @@ gb =
|
||||
, dueDate = "Due Date"
|
||||
, source = "Source"
|
||||
, new = "New"
|
||||
, formatDate = DF.formatDateLong Messages.UiLanguage.English
|
||||
}
|
||||
|
Reference in New Issue
Block a user