mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Save and load dashboards
This commit is contained in:
17
modules/webapp/src/main/elm/Messages/Data/AccountScope.elm
Normal file
17
modules/webapp/src/main/elm/Messages/Data/AccountScope.elm
Normal file
@ -0,0 +1,17 @@
|
||||
module Messages.Data.AccountScope exposing (Texts, de, gb)
|
||||
|
||||
import Data.AccountScope exposing (AccountScope)
|
||||
|
||||
|
||||
type alias Texts =
|
||||
AccountScope -> String
|
||||
|
||||
|
||||
gb : Texts
|
||||
gb =
|
||||
Data.AccountScope.fold "Personal" "Collective"
|
||||
|
||||
|
||||
de : Texts
|
||||
de =
|
||||
Data.AccountScope.fold "Persönlich" "Kollektiv"
|
Reference in New Issue
Block a user