15688 remove USE_L10N setting

This commit is contained in:
Arthur 2024-04-10 10:30:14 -07:00
parent c7f6c206cf
commit 11cc2ede2b

View File

@ -719,7 +719,6 @@ LOCALE_PATHS = (
)
if not ENABLE_LOCALIZATION:
USE_I18N = False
USE_L10N = False
#
# Strawberry (GraphQL)