Skip to content

Commit

Permalink
Add Arabic language
Browse files Browse the repository at this point in the history
  • Loading branch information
DjangoCRM committed Feb 5, 2025
1 parent 9b7a2a8 commit 5e7d369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webcrm/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
# Internationalization
LANGUAGE_CODE = 'en'
LANGUAGES = [
('ar', _('Arabic')),
('de', _('German')),
('en', _('English')),
('es', _('Spanish')),
Expand Down

0 comments on commit 5e7d369

Please sign in to comment.