config: Set default language to Arabic

This commit is contained in:
Flatlogic Bot 2026-01-31 13:01:48 +00:00
parent e42f1985b5
commit cf8af51ff6

View File

@ -150,7 +150,7 @@ AUTH_PASSWORD_VALIDATORS = [
# Internationalization
# https://docs.djangoproject.com/en/5.2/topics/i18n/
LANGUAGE_CODE = 'en-us'
LANGUAGE_CODE = 'ar'
LANGUAGES = [
('en', 'English'),
('ar', 'Arabic'),