- small changes to allow making the x86 installer that is made from a Python 3.5 run FlatCAM beta
- fixed multiple parameter 'outname' in the Tcl commands OpenGerber and OpenGcode - added more examples in the scripts Examples: isolate and cutout examples - updated the Italian translation - updated the translation files
This commit is contained in:
@@ -49,7 +49,7 @@ def load_languages():
|
||||
available_translations = next(os.walk(languages_path_search))[1]
|
||||
except StopIteration:
|
||||
if not available_translations:
|
||||
languages_path_search = os.path.join(Path(__file__).parents[1], 'locale')
|
||||
languages_path_search = os.path.join(str(Path(__file__).parents[1]), 'locale')
|
||||
try:
|
||||
available_translations = next(os.walk(languages_path_search))[1]
|
||||
except StopIteration:
|
||||
|
||||
Reference in New Issue
Block a user