Translations: reorder alphabetically (#5335)

remove `Author`, closes #5334
This commit is contained in:
Mauro Bieg 2019-02-27 19:11:50 +01:00 committed by John MacFarlane
parent a908129d93
commit b72b395127
5 changed files with 16 additions and 17 deletions

View file

@ -8,6 +8,7 @@ Encl: Anlage(n)
Figure: Abbildung
Glossary: Glossar
Index: Index
Listing: Auflistung
ListOfFigures: Abbildungsverzeichnis
ListOfTables: Tabellenverzeichnis
Page: Seite

View file

@ -8,6 +8,7 @@ Encl: encl
Figure: Figure
Glossary: Glossary
Index: Index
Listing: Listing
ListOfFigures: ListOfFigures
ListOfTables: ListOfTables
Page: page
@ -19,4 +20,3 @@ See: see
SeeAlso: see also
Table: Table
To: To
Listing: Listing

View file

@ -1,6 +1,5 @@
Abstract: Аннотация
Appendix: Приложение
Author: Именной указатель
Bibliography: Литература
Cc: исх.
Chapter: Глава

View file

@ -1,6 +1,5 @@
Abstract: Анотація
Appendix: Додаток
Author: Іменний покажчик}% babel has "Їменний покажчик"
Bibliography: Бібліоґрафія
Cc: копія
Chapter: Розділ

View file

@ -59,28 +59,28 @@ import Text.Pandoc.Shared (safeRead)
import qualified Text.Pandoc.UTF8 as UTF8
data Term =
Preface
| References
| Abstract
| Bibliography
| Chapter
Abstract
| Appendix
| Bibliography
| Cc
| Chapter
| 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)