mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
partial user settings
This commit is contained in:
@ -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"
|
Reference in New Issue
Block a user