Add German translation for UserSettings page

This commit is contained in:
eikek
2021-06-07 00:47:05 +02:00
parent 61f36f69b8
commit b6242f8354
22 changed files with 587 additions and 34 deletions

View File

@ -1,4 +1,8 @@
module Messages.Comp.EmailSettingsTable exposing (Texts, gb)
module Messages.Comp.EmailSettingsTable exposing
( Texts
, de
, gb
)
import Messages.Basics
@ -16,3 +20,11 @@ gb =
, hostPort = "Host/Port"
, from = "From"
}
de : Texts
de =
{ basics = Messages.Basics.de
, hostPort = "Server/Port"
, from = "Absender"
}