mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Add German translation for home page
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
module Messages.Comp.ExpandCollapse exposing
|
||||
( Texts
|
||||
, de
|
||||
, gb
|
||||
)
|
||||
|
||||
@ -15,3 +16,10 @@ gb =
|
||||
{ showMoreLabel = "Show More …"
|
||||
, showLessLabel = "Show Less …"
|
||||
}
|
||||
|
||||
|
||||
de : Texts
|
||||
de =
|
||||
{ showMoreLabel = "Mehr …"
|
||||
, showLessLabel = "Weniger …"
|
||||
}
|
||||
|
Reference in New Issue
Block a user