Skip to content

Commit

Permalink
Merge pull request #636 from Cadasta/bugfix/#563
Browse files Browse the repository at this point in the history
Hiding arabic language option
  • Loading branch information
ian-ross authored Sep 2, 2016
2 parents 9395bd5 + 5858b90 commit 1ec1a29
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 1ec1a29

Please sign in to comment.