summaryrefslogtreecommitdiff
path: root/src-no-hgettext
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2018-05-23 06:54:39 +0100
committerWill Thompson <will@willthompson.co.uk>2018-05-23 07:06:01 +0100
commit5606783f01ce331488cebff182d7d85eb085d089 (patch)
treec96d8c65cb4015a7d0a09082424922cb029ee378 /src-no-hgettext
parente3a518ac057320b82d5ccae8476c47f3a77674ee (diff)
Resurrect flag to enable/disable translations
Diffstat (limited to 'src-no-hgettext')
-rw-r--r--src-no-hgettext/Bustle/Translation.hs12
1 files changed, 12 insertions, 0 deletions
diff --git a/src-no-hgettext/Bustle/Translation.hs b/src-no-hgettext/Bustle/Translation.hs
new file mode 100644
index 0000000..5defaca
--- /dev/null
+++ b/src-no-hgettext/Bustle/Translation.hs
@@ -0,0 +1,12 @@
+module Bustle.Translation
+ (
+ initTranslation
+ , __
+ )
+where
+
+initTranslation :: IO ()
+initTranslation = return ()
+
+__ :: String -> String
+__ = id