Sfoglia il codice sorgente

15688 remove USE_L10N setting

Arthur 2 anni fa
parent
commit
dfae19ca1c
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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)