Translations: reorder alphabetically (#5335)
remove `Author`, closes #5334
This commit is contained in:
parent
a908129d93
commit
b72b395127
5 changed files with 16 additions and 17 deletions
|
@ -8,6 +8,7 @@ Encl: Anlage(n)
|
|||
Figure: Abbildung
|
||||
Glossary: Glossar
|
||||
Index: Index
|
||||
Listing: Auflistung
|
||||
ListOfFigures: Abbildungsverzeichnis
|
||||
ListOfTables: Tabellenverzeichnis
|
||||
Page: Seite
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
Abstract: Аннотация
|
||||
Appendix: Приложение
|
||||
Author: Именной указатель
|
||||
Bibliography: Литература
|
||||
Cc: исх.
|
||||
Chapter: Глава
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
Abstract: Анотація
|
||||
Appendix: Додаток
|
||||
Author: Іменний покажчик}% babel has "Їменний покажчик"
|
||||
Bibliography: Бібліоґрафія
|
||||
Cc: копія
|
||||
Chapter: Розділ
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue