mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
start and coolectivesettings
This commit is contained in:
@ -9,6 +9,7 @@ module Messages.Comp.CalEventInput exposing
|
||||
( Texts
|
||||
, de
|
||||
, gb
|
||||
, fr
|
||||
)
|
||||
|
||||
import Data.TimeZone exposing (TimeZone)
|
||||
@ -63,3 +64,19 @@ de tz =
|
||||
, formatDateTime = DF.formatDateTimeLong Messages.UiLanguage.German tz
|
||||
, httpError = Messages.Comp.HttpError.de
|
||||
}
|
||||
|
||||
|
||||
fr : TimeZone -> Texts
|
||||
fr tz =
|
||||
{ weekday = "Jour de la semaine"
|
||||
, year = "Année"
|
||||
, month = "Mois"
|
||||
, day = "Jour"
|
||||
, hour = "Heure"
|
||||
, minute = "Minute"
|
||||
, error = "Erreur"
|
||||
, schedule = "Programmation"
|
||||
, next = "Suivant"
|
||||
, formatDateTime = DF.formatDateTimeLong Messages.UiLanguage.French tz
|
||||
, httpError = Messages.Comp.HttpError.fr
|
||||
}
|
||||
|
Reference in New Issue
Block a user