aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Translations.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/Pandoc/Translations.hs')
-rw-r--r--src/Text/Pandoc/Translations.hs26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/Text/Pandoc/Translations.hs b/src/Text/Pandoc/Translations.hs
index db8ee7744..9d9e622fd 100644
--- a/src/Text/Pandoc/Translations.hs
+++ b/src/Text/Pandoc/Translations.hs
@@ -59,28 +59,28 @@ import Text.Pandoc.Shared (safeRead)
import qualified Text.Pandoc.UTF8 as UTF8
data Term =
- Preface
- | References
- | Abstract
+ Abstract
+ | Appendix
| Bibliography
+ | Cc
| Chapter
- | Appendix
| Contents
+ | Encl
+ | Figure
+ | Glossary
+ | Index
+ | Listing
| ListOfFigures
| ListOfTables
- | Index
- | Figure
- | Table
- | Part
| Page
+ | Part
+ | Preface
+ | Proof
+ | References
| See
| SeeAlso
- | Encl
- | Cc
+ | Table
| To
- | Proof
- | Glossary
- | Listing
deriving (Show, Eq, Ord, Generic, Enum, Read)
newtype Translations = Translations (M.Map Term String)