From b72b395127ae2a7f45d74840ddeb86158bea8ea0 Mon Sep 17 00:00:00 2001 From: Mauro Bieg <mb21@users.noreply.github.com> Date: Wed, 27 Feb 2019 19:11:50 +0100 Subject: Translations: reorder alphabetically (#5335) remove `Author`, closes #5334 --- src/Text/Pandoc/Translations.hs | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src') 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) -- cgit v1.2.3