mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Prepare translating dates
This commit is contained in:
13
modules/webapp/src/main/elm/Messages/Data/Direction.elm
Normal file
13
modules/webapp/src/main/elm/Messages/Data/Direction.elm
Normal file
@ -0,0 +1,13 @@
|
||||
module Messages.Data.Direction exposing (gb)
|
||||
|
||||
import Data.Direction exposing (Direction(..))
|
||||
|
||||
|
||||
gb : Direction -> String
|
||||
gb dir =
|
||||
case dir of
|
||||
Incoming ->
|
||||
"Incoming"
|
||||
|
||||
Outgoing ->
|
||||
"Outgoing"
|
Reference in New Issue
Block a user