diff options
author | zeripath <art27@cantab.net> | 2020-04-24 14:22:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-24 14:22:36 +0100 |
commit | 812cfd0ad9bb85b13ce77f611b3c80dad371d1ef (patch) | |
tree | ff3972334966400b18e079c9f488c01cc840a682 /options/locale | |
parent | d3fc9c08c81d8a24ccaaacdb0e6eb0b2619691cf (diff) | |
download | gitea-812cfd0ad9bb85b13ce77f611b3c80dad371d1ef.tar.gz gitea-812cfd0ad9bb85b13ce77f611b3c80dad371d1ef.zip |
Use markdown frontmatter to provide Table of contents, language and frontmatter rendering (#11047)
* Add control for the rendering of the frontmatter
* Add control to include a TOC
* Add control to set language - allows control of ToC header and CJK glyph choice.
Signed-off-by: Andrew Thornton art27@cantab.net
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 848cb05a86..2a4789e22e 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -19,6 +19,7 @@ create_new = Create… user_profile_and_more = Profile and Settings… signed_in_as = Signed in as enable_javascript = This website works better with JavaScript. +toc = Table of Contents username = Username email = Email Address |