Add support for i18n and l10n
The majority of the words on the site are user-generated, but I've tried to surround everything else with localization calls. I don't know another language so this will have to do until someone decides to translate it lol Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -108,7 +108,7 @@ AUTH_PASSWORD_VALIDATORS = [
|
||||
|
||||
LANGUAGE_CODE = "en-us"
|
||||
|
||||
TIME_ZONE = "UTC"
|
||||
TIME_ZONE = "US/Pacific"
|
||||
|
||||
USE_I18N = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user