Przeglądaj źródła

15688 remove USE_L10N setting

Arthur 2 lat temu
rodzic
commit
dfae19ca1c
1 zmienionych plików z 0 dodań i 1 usunięć
  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)