Clean up the display and dialog to use user preferences

instead of the current language.
This commit is contained in:
Diana Huang
2014-02-13 14:50:34 -05:00
committed by Julia Hansbrough
parent 59aa06f096
commit a07d243fdb
5 changed files with 14 additions and 10 deletions

View File

@@ -555,6 +555,8 @@ LANGUAGES = (
('zh-tw', u'台灣正體'), # Chinese (Taiwan)
)
LANGUAGE_DICT = dict(LANGUAGES)
USE_I18N = True
USE_L10N = True