1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Added French localization to Windows installer

This commit is contained in:
Martin Tůma 2018-02-08 20:22:35 +01:00
parent db4a436ff5
commit a1ac306bfc
2 changed files with 17 additions and 9 deletions

View File

@ -201,14 +201,18 @@ SectionGroup "Localization" SEC_LOCALE
CreateDirectory "$INSTDIR\locale" CreateDirectory "$INSTDIR\locale"
File /oname=locale\gpxsee_cs.qm locale\gpxsee_cs.qm File /oname=locale\gpxsee_cs.qm locale\gpxsee_cs.qm
SectionEnd SectionEnd
Section "German"
CreateDirectory "$INSTDIR\locale"
File /oname=locale\gpxsee_de.qm locale\gpxsee_de.qm
SectionEnd
Section "Finish" Section "Finish"
CreateDirectory "$INSTDIR\locale" CreateDirectory "$INSTDIR\locale"
File /oname=locale\gpxsee_fi.qm locale\gpxsee_fi.qm File /oname=locale\gpxsee_fi.qm locale\gpxsee_fi.qm
SectionEnd 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" Section "Russian"
CreateDirectory "$INSTDIR\locale" CreateDirectory "$INSTDIR\locale"
File /oname=locale\gpxsee_ru.qm locale\gpxsee_ru.qm File /oname=locale\gpxsee_ru.qm locale\gpxsee_ru.qm

View File

@ -203,14 +203,18 @@ SectionGroup "Localization" SEC_LOCALE
CreateDirectory "$INSTDIR\locale" CreateDirectory "$INSTDIR\locale"
File /oname=locale\gpxsee_cs.qm locale\gpxsee_cs.qm File /oname=locale\gpxsee_cs.qm locale\gpxsee_cs.qm
SectionEnd SectionEnd
Section "German"
CreateDirectory "$INSTDIR\locale"
File /oname=locale\gpxsee_de.qm locale\gpxsee_de.qm
SectionEnd
Section "Finish" Section "Finish"
CreateDirectory "$INSTDIR\locale" CreateDirectory "$INSTDIR\locale"
File /oname=locale\gpxsee_fi.qm locale\gpxsee_fi.qm File /oname=locale\gpxsee_fi.qm locale\gpxsee_fi.qm
SectionEnd 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" Section "Russian"
CreateDirectory "$INSTDIR\locale" CreateDirectory "$INSTDIR\locale"
File /oname=locale\gpxsee_ru.qm locale\gpxsee_ru.qm File /oname=locale\gpxsee_ru.qm locale\gpxsee_ru.qm