Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
add french Qt system translation files and improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshirio committed Aug 9, 2018
1 parent 2964883 commit 79f1de2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion doc/translation/README
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ _________________________________________________
4. To create the QM language file, run 'lrelease-qt5 Symphytum.pro'
5. Move the QM files to the resources/languages directory
6. If needed, update the resources.qrc file in the resources directory
7. Optionally, to improve and fully complete the translation, a qt_xx.qm file is also needed in your local language. The Qt framework provides some of them which are translated and compiled TS files. Copy the appropriate qt_xx.qm file to the resources/languages directory and update the resources.qrc file.
7. Optionally, to improve and fully complete the translation, a qt_xx.qm file is also needed in your local language. The Qt framework provides some of them which are translated and compiled TS files. Copy the appropriate qt_xx.qm file to the resources/languages directory and update the resources.qrc file. Since Qt5 the qt specific translations are split across different QM files reflecting the organisation of the Qt modules. To combine those file into one monolithic QM file use the command: "lconvert -o qt_fr.qm qtbase_fr.qm qtquick1_fr.qm qtxmlpatterns_fr.qm qtmultimedia_fr.qm qtscript_fr.qm", for french (example), more info under https://doc.qt.io/qt-5/linguist-programmers.html.

Binary file added resources/languages/qt_fr.qm
Binary file not shown.
1 change: 0 additions & 1 deletion resources/resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,5 @@
<file>images/icons/megasync.png</file>
<file>languages/qt_it.qm</file>
<file>languages/qt_fr.qm</file>
<file>languages/symphytum_fr.qm</file>
</qresource>
</RCC>

0 comments on commit 79f1de2

Please sign in to comment.