From 898e7ed11ab0958fcdaf65b99b33f7b04787630a Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 24 Sep 2017 22:14:48 +0200 Subject: Bootstrap with GHCJS and reflex: - setup login and logout, - first draft of payment view. --- src/common/Message.hs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/common/Message.hs (limited to 'src/common/Message.hs') diff --git a/src/common/Message.hs b/src/common/Message.hs new file mode 100644 index 0000000..9ae735d --- /dev/null +++ b/src/common/Message.hs @@ -0,0 +1,12 @@ +module Common.Message + ( get + ) where + +import Data.Text (Text) + +import Common.Message.Key (Key) +import Common.Message.Lang (Lang(..)) +import qualified Common.Message.Translation as Translation + +get :: Key -> Text +get = Translation.get French -- cgit v1.2.3