index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Translations.hs
Age
Commit message (
Expand
)
Author
2023-06-27
Use toTextM instead of toText when possible.
John MacFarlane
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-10-15
Minor code cleanups.
John MacFarlane
2022-10-04
Removed some final blank lines.
John MacFarlane
2022-10-03
Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-10-27
Switch back from HsYAML to yaml.
John MacFarlane
2021-10-11
Fix warning
John MacFarlane
2021-10-10
Translations: don't depend on the fact that Aeson Object is...
John MacFarlane
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-09-28
Use Prelude.fail to avoid ambiguity with fail from GHC.Base.
John MacFarlane
2019-09-22
Use HsYAML-0.2.0.0
John MacFarlane
2019-03-01
Remove license boilerplate.
John MacFarlane
2019-02-27
Translations: reorder alphabetically (#5335)
Mauro Bieg
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2018-06-29
Use HsYAML instead of yaml for translations, YAML metadata.
John MacFarlane
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
2018-03-16
Translations: Semigroup instance for Translations with base >= 4.9.
John MacFarlane
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
2017-08-12
Added Listing to Term.
John MacFarlane
2017-08-12
Added Encl, Glossary to Term
John MacFarlane
2017-08-12
Change to yaml for translation files.
John MacFarlane
2017-08-11
Added support for translations (localization) (see #3559).
John MacFarlane