瀏覽代碼

15688 remove USE_L10N setting

Arthur 2 年之前
父節點
當前提交
dfae19ca1c
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      netbox/netbox/settings.py

+ 0 - 1
netbox/netbox/settings.py

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