mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Remove un-done translations for German
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
module Messages.Data.Color exposing (..)
|
||||
module Messages.Data.Color exposing (gb)
|
||||
|
||||
import Data.Color exposing (Color(..))
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
module Messages.Data.ContactType exposing (..)
|
||||
module Messages.Data.ContactType exposing (gb)
|
||||
|
||||
import Data.ContactType exposing (ContactType(..))
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
module Messages.Data.CustomFieldType exposing (..)
|
||||
module Messages.Data.CustomFieldType exposing (gb)
|
||||
|
||||
import Data.CustomFieldType exposing (CustomFieldType(..))
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
module Messages.Data.EquipmentUse exposing (..)
|
||||
module Messages.Data.EquipmentUse exposing (gb)
|
||||
|
||||
import Data.EquipmentUse exposing (EquipmentUse(..))
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
module Messages.Data.Fields exposing (..)
|
||||
module Messages.Data.Fields exposing (gb)
|
||||
|
||||
import Data.Fields exposing (Field(..))
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
module Messages.Data.Language exposing (..)
|
||||
module Messages.Data.Language exposing (gb)
|
||||
|
||||
import Data.Language exposing (Language(..))
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
module Messages.Data.OrgUse exposing (..)
|
||||
module Messages.Data.OrgUse exposing (gb)
|
||||
|
||||
import Data.OrgUse exposing (OrgUse(..))
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
module Messages.Data.PersonUse exposing (..)
|
||||
module Messages.Data.PersonUse exposing (gb)
|
||||
|
||||
import Data.PersonUse exposing (PersonUse(..))
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
module Messages.Data.SSLType exposing (..)
|
||||
module Messages.Data.SSLType exposing (gb)
|
||||
|
||||
import Data.SSLType exposing (SSLType(..))
|
||||
|
||||
|
Reference in New Issue
Block a user