Skip to content

Commit 58d0365

Browse files
committed
Add Arabic language
1 parent 1f48fb8 commit 58d0365

File tree

2 files changed

+2035
-0
lines changed

2 files changed

+2035
-0
lines changed

modules/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
# language names from http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
1717
# _direction_rtl = ['fa', 'ar', 'he', 'ff', 'yi', 'ur', 'rgh', 'man', 'syc', 'mid', 'dv']
18+
languages_name["ar"] = {"name": "اَلْعَرَبِيَّةُ", "direction": "rtl"}
1819
languages_name["ca"] = {"name": "Català"}
1920
languages_name["cs"] = {"name": "Čeština"}
2021
languages_name["da"] = {"name": "Dansk"}

0 commit comments

Comments
 (0)