Skip to content

Commit

Permalink
French translation update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denvi committed Nov 4, 2015
1 parent 5420017 commit b4679b7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
Binary file modified bin/grblControl.exe
Binary file not shown.
1 change: 0 additions & 1 deletion grbl_control.pro
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ FORMS += frmmain.ui \
DEFINES += _USE_MATH_DEFINES

RESOURCES += \
fonts.qrc \
shaders.qrc \
images.qrc

Expand Down
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ int main(int argc, char *argv[])

QApplication a(argc, argv);

QFontDatabase::addApplicationFont(":/fonts/segoeui.ttf");
QFontDatabase::addApplicationFont(":/fonts/tahoma.ttf");
// QFontDatabase::addApplicationFont(":/fonts/segoeui.ttf");
// QFontDatabase::addApplicationFont(":/fonts/tahoma.ttf");

#ifdef GLES
QFontDatabase::addApplicationFont(":/fonts/Ubuntu-R.ttf");
Expand Down
Binary file modified translations/grblControl_fr.qm
Binary file not shown.
4 changes: 2 additions & 2 deletions translations/grblControl_fr.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="fr_FR">
<TS version="2.1" language="fr_FR">
<context>
<name>GCodeTableModel</name>
<message>
Expand Down Expand Up @@ -692,7 +692,7 @@ Temps écoulé: %1</translation>
</message>
<message>
<source>Sended</source>
<translation>Envoyé</translation>
<translation type="vanished">Envoyé</translation>
</message>
<message>
<location filename="../frmmain.cpp" line="1630"/>
Expand Down

0 comments on commit b4679b7

Please sign in to comment.