mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Externalize more strings missed before
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
module Messages.Comp.EmailSettingsTable exposing (..)
|
||||
|
||||
import Messages.Basics
|
||||
|
||||
|
||||
type alias Texts =
|
||||
{ name : String
|
||||
{ basics : Messages.Basics.Texts
|
||||
, hostPort : String
|
||||
, from : String
|
||||
}
|
||||
@ -10,7 +12,7 @@ type alias Texts =
|
||||
|
||||
gb : Texts
|
||||
gb =
|
||||
{ name = "Name"
|
||||
{ basics = Messages.Basics.gb
|
||||
, hostPort = "Host/Port"
|
||||
, from = "From"
|
||||
}
|
||||
|
Reference in New Issue
Block a user