Parcourir la source

15688 remove USE_L10N setting

Arthur il y a 1 an
Parent
commit
dfae19ca1c
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      netbox/netbox/settings.py

+ 0 - 1
netbox/netbox/settings.py

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