config: Set default language to Arabic
This commit is contained in:
parent
e42f1985b5
commit
cf8af51ff6
@ -150,7 +150,7 @@ AUTH_PASSWORD_VALIDATORS = [
|
|||||||
# Internationalization
|
# Internationalization
|
||||||
# https://docs.djangoproject.com/en/5.2/topics/i18n/
|
# https://docs.djangoproject.com/en/5.2/topics/i18n/
|
||||||
|
|
||||||
LANGUAGE_CODE = 'en-us'
|
LANGUAGE_CODE = 'ar'
|
||||||
LANGUAGES = [
|
LANGUAGES = [
|
||||||
('en', 'English'),
|
('en', 'English'),
|
||||||
('ar', 'Arabic'),
|
('ar', 'Arabic'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user