Add German translation for home page

This commit is contained in:
eikek
2021-06-06 13:59:50 +02:00
parent fe4f48dd7f
commit 78938c9980
19 changed files with 235 additions and 38 deletions

View File

@ -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 "
}