1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

OP-1187 Allow translations in Win32 system, includes openpilotgcs_fr.qm in package. Still need qt_fr.qm file to detect french translation.

Works automaticaly and display Gcs in french, at first start.
This commit is contained in:
Laurent Lalanne 2014-01-22 13:44:24 +01:00 committed by f5soh
parent eadb9d69f3
commit 63f7b840df

View File

@ -219,7 +219,7 @@ SectionEnd
; Disabled until GCS source is stable and properly localized
Section "-Localization" InSecLocalization
SetOutPath "$INSTDIR\share\openpilotgcs\translations"
; File /r "${GCS_BUILD_TREE}\share\openpilotgcs\translations\openpilotgcs_*.qm"
File /r "${GCS_BUILD_TREE}\share\openpilotgcs\translations\openpilotgcs_*.qm"
File /r "${GCS_BUILD_TREE}\share\openpilotgcs\translations\qt_*.qm"
SectionEnd