mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Added French localization to Windows installer
This commit is contained in:
parent
db4a436ff5
commit
a1ac306bfc
@ -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
|
||||
|
@ -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
|
||||
!insertmacro MUI_FUNCTION_DESCRIPTION_END
|
||||
|
Loading…
Reference in New Issue
Block a user