mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Reorganize messages to reflect page structure
This commit is contained in:
@ -0,0 +1,20 @@
|
||||
module Messages.Comp.ItemDetail.Notes exposing (..)
|
||||
|
||||
import Messages.Basics
|
||||
|
||||
|
||||
type alias Texts =
|
||||
{ basics : Messages.Basics.Texts
|
||||
, notes : String
|
||||
, preview : String
|
||||
, supportsMarkdown : String
|
||||
}
|
||||
|
||||
|
||||
gb : Texts
|
||||
gb =
|
||||
{ basics = Messages.Basics.gb
|
||||
, notes = "Notes"
|
||||
, preview = "Preview"
|
||||
, supportsMarkdown = "Supports Markdown"
|
||||
}
|
Reference in New Issue
Block a user