Clean up the display and dialog to use user preferences
instead of the current language.
This commit is contained in:
committed by
Julia Hansbrough
parent
59aa06f096
commit
a07d243fdb
@@ -555,6 +555,8 @@ LANGUAGES = (
|
||||
('zh-tw', u'台灣正體'), # Chinese (Taiwan)
|
||||
)
|
||||
|
||||
LANGUAGE_DICT = dict(LANGUAGES)
|
||||
|
||||
USE_I18N = True
|
||||
USE_L10N = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user