Added Listing to Term.
So far only added to English.
This commit is contained in:
parent
cc6db2aa8f
commit
f7346bbfc1
2 changed files with 2 additions and 0 deletions
|
@ -19,3 +19,4 @@ See: see
|
|||
SeeAlso: see also
|
||||
Table: Table
|
||||
To: To
|
||||
Listing: Listing
|
||||
|
|
|
@ -76,6 +76,7 @@ data Term =
|
|||
| To
|
||||
| Proof
|
||||
| Glossary
|
||||
| Listing
|
||||
deriving (Show, Eq, Ord, Generic, Enum, Read)
|
||||
|
||||
newtype Translations = Translations (M.Map Term String)
|
||||
|
|
Loading…
Add table
Reference in a new issue