Denvi / Candle

GRBL controller application with G-Code visualizer written in Qt.
GNU General Public License v3.0
1.35k stars 549 forks source link

v1.2 French translation #367

Open adnovea opened 4 years ago

adnovea commented 4 years ago

Candle_fr.ts.txt Candle_fr.qm.txt

For some reason, the string "Continuously" for the joypad is not translated despite present in the file.

Files: TS is the source and QM the compiled version.

Copy the "Candle_fr.qm" into the Candle root/translation folder. Candle translation filename is case sensitive and shall match your Candle binary filename. (remove the txt extension before copying)

adnovea commented 4 years ago

LICENSE.txt

Here is a modified file to replace the LICENSE in the candle root folder in order to have the Error & Alarm codes as well as the GPL license when clicking on Help. (remove the txt extension before copying)

ondras12345 commented 4 years ago

LICENSE.txt

Here is a modified file to replace the LICENSE in the candle root folder in order to have the Error & Alarm codes as well as the GPL license when clicking on Help. (remove the txt extension before copying)

The LICENSE file should only contain the license. Error and alarm codes depend on the version of Grbl. The LICENSE file should not be modified each time a new Grbl version is released.

It's certainly a good idea to include this information in the software, but it shouldn't be in the LICENSE file.