Fix manual reference error after removal of use_international_fonts
This commit is contained in:
@@ -9,8 +9,6 @@ else:
|
||||
|
||||
url_manual_prefix = "https://docs.blender.org/manual/en/" + manual_version + "/"
|
||||
|
||||
language = ""
|
||||
if bpy.context.preferences.view.use_international_fonts:
|
||||
language = bpy.context.preferences.view.language
|
||||
if language == 'DEFAULT':
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user