From f7346bbfc138d0b3d8171ee320fbce84685f82e0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 12 Aug 2017 13:19:50 -0700 Subject: Added Listing to Term. So far only added to English. --- src/Text/Pandoc/Translations.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Text/Pandoc/Translations.hs b/src/Text/Pandoc/Translations.hs index 57fad3386..d9e7e05e2 100644 --- a/src/Text/Pandoc/Translations.hs +++ b/src/Text/Pandoc/Translations.hs @@ -76,6 +76,7 @@ data Term = | To | Proof | Glossary + | Listing deriving (Show, Eq, Ord, Generic, Enum, Read) newtype Translations = Translations (M.Map Term String) -- cgit v1.2.3