mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Reorganize messages to reflect page structure
This commit is contained in:
15
modules/webapp/src/main/elm/Messages/Comp/EquipmentForm.elm
Normal file
15
modules/webapp/src/main/elm/Messages/Comp/EquipmentForm.elm
Normal file
@ -0,0 +1,15 @@
|
||||
module Messages.Comp.EquipmentForm exposing (..)
|
||||
|
||||
import Data.EquipmentUse exposing (EquipmentUse)
|
||||
import Messages.Data.EquipmentUse
|
||||
|
||||
|
||||
type alias Texts =
|
||||
{ equipmentUseLabel : EquipmentUse -> String
|
||||
}
|
||||
|
||||
|
||||
gb : Texts
|
||||
gb =
|
||||
{ equipmentUseLabel = Messages.Data.EquipmentUse.gb
|
||||
}
|
Reference in New Issue
Block a user