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