mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Add German translation for UserSettings page
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user