mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Externalize strings for home page
This commit is contained in:
14
modules/webapp/src/main/elm/Messages/ItemCardListComp.elm
Normal file
14
modules/webapp/src/main/elm/Messages/ItemCardListComp.elm
Normal file
@ -0,0 +1,14 @@
|
||||
module Messages.ItemCardListComp exposing (..)
|
||||
|
||||
import Messages.ItemCardComp
|
||||
|
||||
|
||||
type alias Texts =
|
||||
{ itemCard : Messages.ItemCardComp.Texts
|
||||
}
|
||||
|
||||
|
||||
gb : Texts
|
||||
gb =
|
||||
{ itemCard = Messages.ItemCardComp.gb
|
||||
}
|
Reference in New Issue
Block a user