Skip to content

Commit

Permalink
Hiding arabic language option
Browse files Browse the repository at this point in the history
Hiding until right to left layout can be addressed.

Removed indent

Added indent
  • Loading branch information
clash99 authored and Ian Ross committed Sep 2, 2016
1 parent 9395bd5 commit 5858b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadasta/config/settings/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
USE_I18N = True
LOCALE_PATHS = [os.path.join(BASE_DIR, 'locale')]
LANGUAGES = [
('ar', _('Arabic')),
# ('ar', _('Arabic')), hiding until r2l fixed
('en', _('English')),
('fr', _('French')),
('de', _('German')),
Expand Down

0 comments on commit 5858b90

Please sign in to comment.