From a1ac306bfcbbbbc54e00065efef7580b6f3765e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Thu, 8 Feb 2018 20:22:35 +0100 Subject: [PATCH] Added French localization to Windows installer --- pkg/gpxsee.nsi | 12 ++++++++---- pkg/gpxsee64.nsi | 14 +++++++++----- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index 96858ae3..83f54334 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -201,14 +201,18 @@ SectionGroup "Localization" SEC_LOCALE CreateDirectory "$INSTDIR\locale" File /oname=locale\gpxsee_cs.qm locale\gpxsee_cs.qm SectionEnd - Section "German" - CreateDirectory "$INSTDIR\locale" - File /oname=locale\gpxsee_de.qm locale\gpxsee_de.qm - SectionEnd Section "Finish" CreateDirectory "$INSTDIR\locale" File /oname=locale\gpxsee_fi.qm locale\gpxsee_fi.qm SectionEnd + Section "French" + CreateDirectory "$INSTDIR\locale" + File /oname=locale\gpxsee_fr.qm locale\gpxsee_fr.qm + SectionEnd + Section "German" + CreateDirectory "$INSTDIR\locale" + File /oname=locale\gpxsee_de.qm locale\gpxsee_de.qm + SectionEnd Section "Russian" CreateDirectory "$INSTDIR\locale" File /oname=locale\gpxsee_ru.qm locale\gpxsee_ru.qm diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index 9129ba58..62164f25 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -203,14 +203,18 @@ SectionGroup "Localization" SEC_LOCALE CreateDirectory "$INSTDIR\locale" File /oname=locale\gpxsee_cs.qm locale\gpxsee_cs.qm SectionEnd - Section "German" - CreateDirectory "$INSTDIR\locale" - File /oname=locale\gpxsee_de.qm locale\gpxsee_de.qm - SectionEnd Section "Finish" CreateDirectory "$INSTDIR\locale" File /oname=locale\gpxsee_fi.qm locale\gpxsee_fi.qm SectionEnd + Section "French" + CreateDirectory "$INSTDIR\locale" + File /oname=locale\gpxsee_fr.qm locale\gpxsee_fr.qm + SectionEnd + Section "German" + CreateDirectory "$INSTDIR\locale" + File /oname=locale\gpxsee_de.qm locale\gpxsee_de.qm + SectionEnd Section "Russian" CreateDirectory "$INSTDIR\locale" File /oname=locale\gpxsee_ru.qm locale\gpxsee_ru.qm @@ -284,4 +288,4 @@ LangString DESC_LOCALE ${LANG_ENGLISH} \ !insertmacro MUI_DESCRIPTION_TEXT ${SEC_MSVC} $(DESC_MSVC) !insertmacro MUI_DESCRIPTION_TEXT ${SEC_APP} $(DESC_APP) !insertmacro MUI_DESCRIPTION_TEXT ${SEC_LOCALE} $(DESC_LOCALE) -!insertmacro MUI_FUNCTION_DESCRIPTION_END \ No newline at end of file +!insertmacro MUI_FUNCTION_DESCRIPTION_END