mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
manage data
This commit is contained in:
@ -9,6 +9,7 @@ module Messages.Comp.CustomFieldTable exposing
|
||||
( Texts
|
||||
, de
|
||||
, gb
|
||||
, fr
|
||||
)
|
||||
|
||||
import Data.TimeZone exposing (TimeZone)
|
||||
@ -44,3 +45,13 @@ de tz =
|
||||
, usageCount = "#Nutzung"
|
||||
, formatDateShort = DF.formatDateShort Messages.UiLanguage.German tz
|
||||
}
|
||||
|
||||
|
||||
fr : TimeZone -> Texts
|
||||
fr tz =
|
||||
{ basics = Messages.Basics.fr
|
||||
, nameLabel = "Nom/Label"
|
||||
, format = "Format"
|
||||
, usageCount = "#Utilisations"
|
||||
, formatDateShort = DF.formatDateShort Messages.UiLanguage.French tz
|
||||
}
|
||||
|
Reference in New Issue
Block a user