mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Prepare translating dates
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
module Messages.Comp.CustomFieldTable exposing (Texts, gb)
|
||||
|
||||
import Messages.Basics
|
||||
import Messages.DateFormat as DF
|
||||
import Messages.UiLanguage
|
||||
|
||||
|
||||
type alias Texts =
|
||||
@ -8,6 +10,7 @@ type alias Texts =
|
||||
, nameLabel : String
|
||||
, format : String
|
||||
, usageCount : String
|
||||
, formatDateShort : Int -> String
|
||||
}
|
||||
|
||||
|
||||
@ -17,4 +20,5 @@ gb =
|
||||
, nameLabel = "Name/Label"
|
||||
, format = "Format"
|
||||
, usageCount = "#Usage"
|
||||
, formatDateShort = DF.formatDateShort Messages.UiLanguage.English
|
||||
}
|
||||
|
Reference in New Issue
Block a user