aboutsummaryrefslogtreecommitdiff
path: root/common/src/Common/Message.hs
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/Common/Message.hs')
-rw-r--r--common/src/Common/Message.hs12
1 files changed, 12 insertions, 0 deletions
diff --git a/common/src/Common/Message.hs b/common/src/Common/Message.hs
new file mode 100644
index 0000000..9ae735d
--- /dev/null
+++ b/common/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