- added Turkish translation - courtesy of Mehmet Kaya

This commit is contained in:
Marius Stanciu 2020-07-02 21:24:34 +03:00
parent e1dab238a7
commit 4bce56308c
5 changed files with 20367 additions and 1 deletions

View File

@ -11,6 +11,7 @@ CHANGELOG for FlatCAM beta
- trying to optimize the resulting geometry in DXF import (and in SVG import) by merging contiguous lines; reduced the lines to about one third of the original
- fixed importing DXF file as Gerber method such that now the resulting Gerber object is correctly created having the geometry attributes like self.apertures and self.follow_geometry
- added Turkish translation - courtesy of Mehmet Kaya
30.06.2020

View File

@ -31,9 +31,10 @@ languages_dict = {
'fr': 'French',
'hu': 'Hungarian',
'it': 'Italian',
'pt_BR': 'Brazilian Portuguese',
'ro': 'Romanian',
'ru': 'Russian',
'pt_BR': 'Brazilian Portuguese',
'tr': 'Turkish',
}
translations = {}

View File

@ -2964,6 +2964,11 @@ class App(QtCore.QObject):
self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Marius Stanciu (Google-Tr)"), 8, 1)
self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % ""), 8, 2)
self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % " "), 8, 3)
self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Turkish"), 9, 0)
self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Mehmet Kaya"), 9, 1)
self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "<malatyakaya480@gmail.com>"), 9, 3)
self.translator_grid_lay.setColumnStretch(0, 0)
self.translators_tab_layout.addStretch()

Binary file not shown.

File diff suppressed because it is too large Load Diff