docs: announce RTL support #357

This commit is contained in:
Sören Weber 2022-11-01 02:10:05 +01:00
parent 0ac97ba47e
commit c8fc9b74ea
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
5 changed files with 6 additions and 2 deletions

View file

@ -18,6 +18,7 @@ The theme is a fork of the great [Learn theme](https://github.com/matcornic/hugo
- Automatic Search
- Print whole chapters or even the complete site
- Multilingual mode for English, Arabic, Simplified Chinese, Traditional Chinese, Dutch, Finnish (Suomi), French, German, Hindi, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish, Vietnamese
- Support for languages written right to left
- Unrestricted menu configuration relating to amount of items and level of nesting
- Font Awesome icons
- Tagging support

View file

@ -23,6 +23,7 @@ See [what's new]({{% relref "basics/migration" %}}) within the latest update.
- [Automatic Search]({{%relref "basics/configuration#activate-search" %}})
- [Print]({{%relref "basics/configuration#activate-print-support" %}}) whole chapters or even the complete site
- [Multilingual mode]({{%relref "cont/i18n" %}}) for English, Arabic, Simplified Chinese, Traditional Chinese, Dutch, Finnish (Suomi), French, German, Hindi, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish, Vietnamese
- Support for languages written right to left
- [Unrestricted menu configuration]({{%relref "cont/menushortcuts" %}}) relating to amount of items and level of nesting
- [Font Awesome icons]({{%relref "cont/icons" %}})
- [Tagging support]({{%relref "cont/tags" %}})

View file

@ -20,6 +20,8 @@ This document shows you what's new in the latest release. For a detailed list of
- **New**: The [`math` shortcode]({{% relref "shortcodes/math" %}}) and [`mermaid` shortcode]({{% relref "shortcodes/mermaid" %}}) now support alignment parameter also if codefence syntax is used.
- **New**: Support for languages that are written right to left (like Arabic). This is only implemented for the content area but not the navigation sidebar. This feature is not available in Internet Explorer 11.
- **New**: Translation for Finnish (Suomi).
---

View file

@ -7,8 +7,8 @@ The Relearn theme is fully compatible with Hugo multilingual mode.
It provides:
- Translation strings for default values (English, Piratized English, Arabic, Simplified Chinese, Traditional Chinese, Dutch, French, German, Hindi, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish, Vietnamese). Feel free to contribute!
- Translation strings for default values (English, Arabic, Simplified Chinese, Traditional Chinese, Dutch, Finnish (Suomi), French, German, Hindi, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish, Vietnamese). Feel free to contribute!
- Support for languages written right to left
- Automatic menu generation from multilingual content
- In-browser language switching

View file

@ -17,7 +17,7 @@ features = ["breadcrumbs", "boxes", "buttons",
"nested sections", "notice",
"openapi specification", "oas", "offline usable",
"print", "printable",
"responsive", "rss",
"responsive", "rss", "rtl",
"sidebar", "sitemap",
"search", "subtheme", "swagger", "swaggerui", "syntax highlighting",
"table of contents", "tabs", "tags", "themeable", "themes", "toc"]