mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Prepare translating dates
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
module Messages.Page.Queue exposing (Texts, gb)
|
||||
|
||||
import Messages.Basics
|
||||
import Messages.DateFormat as DF
|
||||
import Messages.UiLanguage
|
||||
|
||||
|
||||
type alias Texts =
|
||||
@ -23,6 +25,7 @@ type alias Texts =
|
||||
, retries : String
|
||||
, changePriority : String
|
||||
, prio : String
|
||||
, formatDateTime : Int -> String
|
||||
}
|
||||
|
||||
|
||||
@ -47,4 +50,5 @@ gb =
|
||||
, retries = "Retries"
|
||||
, changePriority = "Change priority of this job"
|
||||
, prio = "Prio"
|
||||
, formatDateTime = DF.formatDateTimeLong Messages.UiLanguage.English
|
||||
}
|
||||
|
Reference in New Issue
Block a user