aboutsummaryrefslogtreecommitdiffstats
path: root/include/language.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/language.php')
-rw-r--r--include/language.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/language.php b/include/language.php
index e7363cffb..d84f02a36 100644
--- a/include/language.php
+++ b/include/language.php
@@ -451,3 +451,20 @@ function lang_selector() {
return $o;
}
+function rtl_languages() {
+ return [
+ 'ar',
+ 'arc',
+ 'ckb',
+ 'dv',
+ 'fa',
+ 'ha',
+ 'he',
+ 'khw',
+ 'ks',
+ 'ps',
+ 'sd',
+ 'ur',
+ 'yi'
+ ];
+}