mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
docs: announce RTL support #357
This commit is contained in:
parent
0ac97ba47e
commit
c8fc9b74ea
5 changed files with 6 additions and 2 deletions
|
@ -18,6 +18,7 @@ The theme is a fork of the great [Learn theme](https://github.com/matcornic/hugo
|
||||||
- Automatic Search
|
- Automatic Search
|
||||||
- Print whole chapters or even the complete site
|
- 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
|
- 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
|
- Unrestricted menu configuration relating to amount of items and level of nesting
|
||||||
- Font Awesome icons
|
- Font Awesome icons
|
||||||
- Tagging support
|
- Tagging support
|
||||||
|
|
|
@ -23,6 +23,7 @@ See [what's new]({{% relref "basics/migration" %}}) within the latest update.
|
||||||
- [Automatic Search]({{%relref "basics/configuration#activate-search" %}})
|
- [Automatic Search]({{%relref "basics/configuration#activate-search" %}})
|
||||||
- [Print]({{%relref "basics/configuration#activate-print-support" %}}) whole chapters or even the complete site
|
- [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
|
- [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
|
- [Unrestricted menu configuration]({{%relref "cont/menushortcuts" %}}) relating to amount of items and level of nesting
|
||||||
- [Font Awesome icons]({{%relref "cont/icons" %}})
|
- [Font Awesome icons]({{%relref "cont/icons" %}})
|
||||||
- [Tagging support]({{%relref "cont/tags" %}})
|
- [Tagging support]({{%relref "cont/tags" %}})
|
||||||
|
|
|
@ -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**: 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).
|
- **New**: Translation for Finnish (Suomi).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,8 +7,8 @@ The Relearn theme is fully compatible with Hugo multilingual mode.
|
||||||
|
|
||||||
It provides:
|
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!
|
- 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
|
- Automatic menu generation from multilingual content
|
||||||
- In-browser language switching
|
- In-browser language switching
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ features = ["breadcrumbs", "boxes", "buttons",
|
||||||
"nested sections", "notice",
|
"nested sections", "notice",
|
||||||
"openapi specification", "oas", "offline usable",
|
"openapi specification", "oas", "offline usable",
|
||||||
"print", "printable",
|
"print", "printable",
|
||||||
"responsive", "rss",
|
"responsive", "rss", "rtl",
|
||||||
"sidebar", "sitemap",
|
"sidebar", "sitemap",
|
||||||
"search", "subtheme", "swagger", "swaggerui", "syntax highlighting",
|
"search", "subtheme", "swagger", "swaggerui", "syntax highlighting",
|
||||||
"table of contents", "tabs", "tags", "themeable", "themes", "toc"]
|
"table of contents", "tabs", "tags", "themeable", "themes", "toc"]
|
||||||
|
|
Loading…
Reference in a new issue