mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Add German translation for Detail page
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
module Messages.Data.PersonUse exposing (gb)
|
||||
module Messages.Data.PersonUse exposing
|
||||
( de
|
||||
, gb
|
||||
)
|
||||
|
||||
import Data.PersonUse exposing (PersonUse(..))
|
||||
|
||||
@ -17,3 +20,19 @@ gb pu =
|
||||
|
||||
Disabled ->
|
||||
"Disabled"
|
||||
|
||||
|
||||
de : PersonUse -> String
|
||||
de pu =
|
||||
case pu of
|
||||
Correspondent ->
|
||||
"Korrespondent"
|
||||
|
||||
Concerning ->
|
||||
"Betreffend"
|
||||
|
||||
Both ->
|
||||
"Beide"
|
||||
|
||||
Disabled ->
|
||||
"Deaktiviert"
|
||||
|
Reference in New Issue
Block a user