diff --git a/README.md b/README.md index 1a92bbdcd5..ad95a3d5e9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/exampleSite/content/_index.en.md b/exampleSite/content/_index.en.md index 66c43b6eab..e19497723e 100644 --- a/exampleSite/content/_index.en.md +++ b/exampleSite/content/_index.en.md @@ -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" %}}) diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index a3d8751a78..541208c656 100644 --- a/exampleSite/content/basics/migration/_index.en.md +++ b/exampleSite/content/basics/migration/_index.en.md @@ -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). --- diff --git a/exampleSite/content/cont/i18n/_index.en.md b/exampleSite/content/cont/i18n/_index.en.md index 88e8e1d295..67ffa849da 100644 --- a/exampleSite/content/cont/i18n/_index.en.md +++ b/exampleSite/content/cont/i18n/_index.en.md @@ -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 diff --git a/theme.toml b/theme.toml index e8a144314b..96f73eb403 100644 --- a/theme.toml +++ b/theme.toml @@ -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"]