mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Externalize more strings
This commit is contained in:
17
modules/webapp/src/main/elm/Messages/Comp/ExpandCollapse.elm
Normal file
17
modules/webapp/src/main/elm/Messages/Comp/ExpandCollapse.elm
Normal file
@ -0,0 +1,17 @@
|
||||
module Messages.Comp.ExpandCollapse exposing
|
||||
( Texts
|
||||
, gb
|
||||
)
|
||||
|
||||
|
||||
type alias Texts =
|
||||
{ showMoreLabel : String
|
||||
, showLessLabel : String
|
||||
}
|
||||
|
||||
|
||||
gb : Texts
|
||||
gb =
|
||||
{ showMoreLabel = "Show More …"
|
||||
, showLessLabel = "Show Less …"
|
||||
}
|
Reference in New Issue
Block a user