Skip to content

Commit 7dfd562

Browse files
zakariafcotes2020
authored andcommitted
feat: enhance RTL support by adding additional languages to the configuration
1 parent 2c518eb commit 7dfd562

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

_config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
# Import the theme
44
theme: jekyll-theme-chirpy
55

6+
# RTL Support Configuration
7+
# Set this to true to enable RTL support for all languages
8+
# If false, RTL will only be applied to RTL languages (ar, he, fa, etc.)
9+
rtl_support: false
10+
11+
# RTL Languages array - add more languages if needed
12+
rtl_languages:
13+
- ar
14+
- fa-IR
15+
- ku-IQ
16+
- ur-PK
17+
- ps-AF
18+
- dv-MV
19+
620
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
721
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
822
# otherwise, the layout language will use the default value of 'en'.

0 commit comments

Comments
 (0)