aboutsummaryrefslogtreecommitdiff
path: root/common/src/Common/Msg.hs
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/Common/Msg.hs')
-rw-r--r--common/src/Common/Msg.hs13
1 files changed, 0 insertions, 13 deletions
diff --git a/common/src/Common/Msg.hs b/common/src/Common/Msg.hs
deleted file mode 100644
index 9e4cfe2..0000000
--- a/common/src/Common/Msg.hs
+++ /dev/null
@@ -1,13 +0,0 @@
-module Common.Msg
- ( get
- , Key(..)
- ) 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