Explorar el Código

15688 remove USE_L10N setting

Arthur hace 2 años
padre
commit
dfae19ca1c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)