partial user settings

This commit is contained in:
Jimmy Girardet
2022-03-08 09:42:45 +01:00
parent 28eb1f0060
commit 3c82975453
29 changed files with 650 additions and 5 deletions

View File

@ -5,7 +5,7 @@
-}
module Messages.Data.AccountScope exposing (Texts, de, gb)
module Messages.Data.AccountScope exposing (Texts, de, gb, fr)
import Data.AccountScope exposing (AccountScope)
@ -22,3 +22,8 @@ gb =
de : Texts
de =
Data.AccountScope.fold "Persönlich" "Kollektiv"
fr : Texts
fr =
Data.AccountScope.fold "Personnel" "Groupe"