itemdetail

This commit is contained in:
Jimmy Girardet
2022-03-05 23:46:48 +01:00
parent d33513dc7d
commit adb723ee03
25 changed files with 403 additions and 1 deletions

View File

@ -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
}