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:
2022-05-07 14:19:06 -07:00
parent bce5e6cdf6
commit fe8ea04d18
5 changed files with 33 additions and 13 deletions

View File

@@ -108,7 +108,7 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = "en-us"
TIME_ZONE = "UTC"
TIME_ZONE = "US/Pacific"
USE_I18N = True