From 381b74f837c565e35b6c1037262b76241d98ee07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 9 Feb 2023 00:53:11 +0100 Subject: [PATCH] i18n: add RTL support for nav bar and child items #470 --- .../content/basics/migration/_index.en.md | 6 ++ layouts/partials/header.html | 14 ++-- static/css/ie.css | 14 ++++ static/css/theme.css | 27 +++++++- static/js/theme.js | 69 ++++++++++++------- 5 files changed, 98 insertions(+), 32 deletions(-) diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index b349615156..26b8b6ed91 100644 --- a/exampleSite/content/basics/migration/_index.en.md +++ b/exampleSite/content/basics/migration/_index.en.md @@ -18,6 +18,12 @@ This document shows you what's new in the latest release. For a detailed list of --- +## 5.12.0 (not yet released) + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for languages that are written right to left (like Arabic) is expanded to the top navigation bar. This feature is not available in Internet Explorer 11. + +--- + ## 5.11.0 (2023-02-07) - {{% badge style="note" title=" " %}}Change{{% /badge %}} The theme removed the popular [jQuery](https://jquery.com) library from its distribution. diff --git a/layouts/partials/header.html b/layouts/partials/header.html index b02d0c55d1..8faf1cef0f 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -56,7 +56,7 @@
-