mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 18:38:26 +00:00
Add German translation for Detail page
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
module Messages.Comp.ItemDetail.ItemInfoHeader exposing (Texts, gb)
|
||||
module Messages.Comp.ItemDetail.ItemInfoHeader exposing
|
||||
( Texts
|
||||
, de
|
||||
, gb
|
||||
)
|
||||
|
||||
import Messages.Basics
|
||||
import Messages.DateFormat as DF
|
||||
@ -24,3 +28,14 @@ gb =
|
||||
, new = "New"
|
||||
, formatDate = DF.formatDateLong Messages.UiLanguage.English
|
||||
}
|
||||
|
||||
|
||||
de : Texts
|
||||
de =
|
||||
{ basics = Messages.Basics.de
|
||||
, itemDate = "Dokument Datum"
|
||||
, dueDate = "Fälligkeits-Datum"
|
||||
, source = "Quelle"
|
||||
, new = "Neu"
|
||||
, formatDate = DF.formatDateLong Messages.UiLanguage.German
|
||||
}
|
||||
|
Reference in New Issue
Block a user