mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Reorganize messages to reflect page structure
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
module Messages.Comp.CustomFieldMultiInput exposing (..)
|
||||
|
||||
import Messages.Comp.CustomFieldInput
|
||||
|
||||
|
||||
type alias Texts =
|
||||
{ customFieldInput : Messages.Comp.CustomFieldInput.Texts
|
||||
}
|
||||
|
||||
|
||||
gb : Texts
|
||||
gb =
|
||||
{ customFieldInput = Messages.Comp.CustomFieldInput.gb
|
||||
}
|
Reference in New Issue
Block a user