- some strings were left outside the translation formatting - fixed

- finished the replacement of '_' symbols throughout the app which conflicted with the _() function used by the i18n
This commit is contained in:
Marius Stanciu
2019-03-11 20:00:07 +02:00
parent e54ee9b569
commit 255254a292
6 changed files with 67 additions and 63 deletions

View File

@@ -16,8 +16,11 @@ CAD program, and create G-Code for Isolation routing.
- in Properties tool now the Gerber apertures show the number of polygons in 'solid_geometry' instead of listing the objects
- added a visual cue in Menu -> Edit about the entries to enter the Editor and to Save & Exit Editor. When one is enabled the other is disabled.
- grouped all the UI files in flatcamGUI folder
- grouped all parsers files in flatcamParsers folder
- changes to the final_save() function
- grouped all parser files in flatcamParsers folder
- another changes to the final_save() function
- some strings were left outside the translation formatting - fixed
- finished the replacement of '_' symbols throughout the app which conflicted with the _() function used by the i18n
10.03.2019