Change dummy locale to Esperanto

This commit is contained in:
Sarina Canelake
2013-11-19 10:28:02 -05:00
parent a2f5e260c8
commit bd8fce5a8a
9 changed files with 19 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ DEBUG = True
USE_I18N = True
# For displaying the dummy text, we need to provide a language mapping.
LANGUAGES = (
('fr', 'Francais'),
('eo', 'Esperanto'),
)
TEMPLATE_DEBUG = True