mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
itemdetail
This commit is contained in:
@ -9,6 +9,7 @@ module Messages.Comp.CustomFieldMultiInput exposing
|
||||
( Texts
|
||||
, de
|
||||
, gb
|
||||
, fr
|
||||
)
|
||||
|
||||
import Messages.Comp.CustomFieldInput
|
||||
@ -29,3 +30,9 @@ de : Texts
|
||||
de =
|
||||
{ customFieldInput = Messages.Comp.CustomFieldInput.de
|
||||
}
|
||||
|
||||
|
||||
fr : Texts
|
||||
fr =
|
||||
{ customFieldInput = Messages.Comp.CustomFieldInput.fr
|
||||
}
|
||||
|
Reference in New Issue
Block a user