From 63f7b840dfd1fe8e5b19c117f9f7e8fef9ccd830 Mon Sep 17 00:00:00 2001 From: Laurent Lalanne Date: Wed, 22 Jan 2014 13:44:24 +0100 Subject: [PATCH] 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. --- package/winx86/openpilotgcs.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/winx86/openpilotgcs.nsi b/package/winx86/openpilotgcs.nsi index c0ffdb797..a101631e0 100644 --- a/package/winx86/openpilotgcs.nsi +++ b/package/winx86/openpilotgcs.nsi @@ -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