mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-10-22 05:10:13 +00:00
Add German translation for home page
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
module Messages.Data.Direction exposing (gb)
|
||||
module Messages.Data.Direction exposing
|
||||
( de
|
||||
, gb
|
||||
)
|
||||
|
||||
import Data.Direction exposing (Direction(..))
|
||||
|
||||
@@ -11,3 +14,13 @@ gb dir =
|
||||
|
||||
Outgoing ->
|
||||
"Outgoing"
|
||||
|
||||
|
||||
de : Direction -> String
|
||||
de dir =
|
||||
case dir of
|
||||
Incoming ->
|
||||
"Eingehend"
|
||||
|
||||
Outgoing ->
|
||||
"Ausgehend"
|
||||
|
Reference in New Issue
Block a user