- WIP for internationalization

This commit is contained in:
Marius Stanciu
2019-03-07 18:04:11 +02:00
committed by Marius
parent 94d2fb23e2
commit 934d971002
17 changed files with 59 additions and 6 deletions

View File

@@ -5,6 +5,10 @@ from FlatCAMObj import *
from shapely.geometry import Point
from shapely import affinity
from PyQt5 import QtCore
import gettext
def _(text):
return text
class DblSidedTool(FlatCAMTool):