mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Externalize more strings missed before
This commit is contained in:
@ -1,12 +1,24 @@
|
||||
module Messages.Comp.ItemCard exposing (..)
|
||||
|
||||
import Messages.Basics
|
||||
|
||||
|
||||
type alias Texts =
|
||||
{ folder : String
|
||||
{ basics : Messages.Basics.Texts
|
||||
, dueOn : String
|
||||
, new : String
|
||||
, openAttachmentFile : String
|
||||
, gotoDetail : String
|
||||
, cycleAttachments : String
|
||||
}
|
||||
|
||||
|
||||
gb : Texts
|
||||
gb =
|
||||
{ folder = "Folder"
|
||||
{ basics = Messages.Basics.gb
|
||||
, dueOn = "Due on"
|
||||
, new = "New"
|
||||
, openAttachmentFile = "Open attachment file"
|
||||
, gotoDetail = "Go to detail view"
|
||||
, cycleAttachments = "Cycle attachments"
|
||||
}
|
||||
|
Reference in New Issue
Block a user