From 27bc95867442c772841fb183a625bbda61dede51 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 7 Jun 2021 17:38:31 +0200 Subject: Bidi support --- .github/CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.github') diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7c480c52f..a37159fa8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -163,6 +163,14 @@ and the web server is automatically restarted. $ npm run dev ``` +### RTL layout + +To test RTL layout using `ar` locale: + +``` +$ npm run dev -- --ar-locale +``` + ### Testing Your code contributions must pass the tests before they can be merged. Tests ensure most of the application behaves -- cgit v1.2.3