installer: update dictionary list

- there is now a Turkmen spell checker
- there is now a Galician thesaurus available
This commit is contained in:
Uwe Stöhr 2014-03-07 00:24:28 +01:00
parent bbbfa81ba3
commit e165ff18be

View File

@ -238,12 +238,12 @@ SectionEnd
Section /o "Gàidhlig" SecDScottish Section /o "Gàidhlig" SecDScottish
StrCpy $DictCodes "gd_GB,$DictCodes" StrCpy $DictCodes "gd_GB,$DictCodes"
AddSize 1819 AddSize 2504
SectionEnd SectionEnd
Section /o "Galego" SecDGalician Section /o "Galego" SecDGalician
StrCpy $DictCodes "gl_ES,$DictCodes" StrCpy $DictCodes "gl_ES,$DictCodes"
AddSize 916 AddSize 3911
SectionEnd SectionEnd
Section /o "Hebrew" SecDHebrew Section /o "Hebrew" SecDHebrew
@ -268,7 +268,7 @@ SectionEnd
Section /o "Interlingua" SecDInterlingua Section /o "Interlingua" SecDInterlingua
StrCpy $DictCodes "ia_IA,$DictCodes" StrCpy $DictCodes "ia_IA,$DictCodes"
AddSize 556 AddSize 613
SectionEnd SectionEnd
Section /o "Íslenska" SecDIcelandic Section /o "Íslenska" SecDIcelandic
@ -278,7 +278,7 @@ SectionEnd
Section /o "Italiano" SecDItalian Section /o "Italiano" SecDItalian
StrCpy $DictCodes "it_IT,$DictCodes" StrCpy $DictCodes "it_IT,$DictCodes"
AddSize 1340 AddSize 1380
SectionEnd SectionEnd
Section /o "Kazakh" SecDKazakh Section /o "Kazakh" SecDKazakh
@ -343,12 +343,12 @@ SectionEnd
Section /o "Português (PT)" SecDPortuguesePT Section /o "Português (PT)" SecDPortuguesePT
StrCpy $DictCodes "pt_PT,$DictCodes" StrCpy $DictCodes "pt_PT,$DictCodes"
AddSize 1530 AddSize 1595
SectionEnd SectionEnd
Section /o "Româna" SecDRomanian Section /o "Româna" SecDRomanian
StrCpy $DictCodes "ro_RO,$DictCodes" StrCpy $DictCodes "ro_RO,$DictCodes"
AddSize 2200 AddSize 2255
SectionEnd SectionEnd
Section /o "Russian" SecDRussian Section /o "Russian" SecDRussian
@ -358,7 +358,7 @@ SectionEnd
Section /o "Serbšcina (Dolno)" SecDSorbianD Section /o "Serbšcina (Dolno)" SecDSorbianD
StrCpy $DictCodes "dsb_DE,$DictCodes" StrCpy $DictCodes "dsb_DE,$DictCodes"
AddSize 904 AddSize 1035
SectionEnd SectionEnd
Section /o "Serbšcina (Horno)" SecDSorbianH Section /o "Serbšcina (Horno)" SecDSorbianH
@ -383,12 +383,12 @@ SectionEnd
Section /o "Srpski (Cirilica)" SecDSerbianC Section /o "Srpski (Cirilica)" SecDSerbianC
StrCpy $DictCodes "sr_RS,$DictCodes" StrCpy $DictCodes "sr_RS,$DictCodes"
AddSize 3560 AddSize 4401
SectionEnd SectionEnd
Section /o "Srpski (Latinica)" SecDSerbianL Section /o "Srpski (Latinica)" SecDSerbianL
StrCpy $DictCodes "sr_RS-Latin,$DictCodes" StrCpy $DictCodes "sr_RS-Latin,$DictCodes"
AddSize 2000 AddSize 2843
SectionEnd SectionEnd
Section /o "Svenska" SecDSwedish Section /o "Svenska" SecDSwedish
@ -411,9 +411,14 @@ Section /o "Thai" SecDThai
AddSize 351 AddSize 351
SectionEnd SectionEnd
Section /o "Türkmençe" SecDTurkmen
StrCpy $DictCodes "tk_TM,$DictCodes"
AddSize 950
SectionEnd
Section /o "Ukrainian" SecDUkrainian Section /o "Ukrainian" SecDUkrainian
StrCpy $DictCodes "uk_UA,$DictCodes" StrCpy $DictCodes "uk_UA,$DictCodes"
AddSize 2620 AddSize 3077
SectionEnd SectionEnd
Section /o "Urdu" SecDUrdu Section /o "Urdu" SecDUrdu
@ -486,6 +491,11 @@ Section /o "Gaeilge" SecTGaelic
AddSize 30600 AddSize 30600
SectionEnd SectionEnd
Section /o "Galego" SecTGalician
StrCpy $ThesCodes "gl_ES,$ThesCodes"
AddSize 510
SectionEnd
Section /o "Greek" SecTGreek Section /o "Greek" SecTGreek
StrCpy $ThesCodes "el_GR,$ThesCodes" StrCpy $ThesCodes "el_GR,$ThesCodes"
AddSize 903 AddSize 903
@ -533,7 +543,7 @@ SectionEnd
Section /o "Slovenšcina" SecTSlovenian Section /o "Slovenšcina" SecTSlovenian
StrCpy $ThesCodes "sl_SI,$ThesCodes" StrCpy $ThesCodes "sl_SI,$ThesCodes"
AddSize 1037 AddSize 1121
SectionEnd SectionEnd
Section /o "Slovenský" SecTSlovakian Section /o "Slovenský" SecTSlovakian
@ -1150,6 +1160,13 @@ Function .onInit
SectionSetFlags ${SecDThai} $0 SectionSetFlags ${SecDThai} $0
SectionSetSize ${SecDThai} 0 SectionSetSize ${SecDThai} 0
${endif} ${endif}
StrCpy $Search "tk_TM"
Call StrPoint
${if} $Pointer != "-1"
IntOp $0 ${SF_SELECTED} | ${SF_RO}
SectionSetFlags ${SecDTurkmen} $0
SectionSetSize ${SecDTurkmen} 0
${endif}
StrCpy $Search "uk_UA" StrCpy $Search "uk_UA"
Call StrPoint Call StrPoint
${if} $Pointer != "-1" ${if} $Pointer != "-1"
@ -1252,6 +1269,13 @@ Function .onInit
SectionSetFlags ${SecTGaelic} $0 SectionSetFlags ${SecTGaelic} $0
SectionSetSize ${SecTGaelic} 0 SectionSetSize ${SecTGaelic} 0
${endif} ${endif}
StrCpy $Search "gl_ES"
Call StrPoint
${if} $Pointer != "-1"
IntOp $0 ${SF_SELECTED} | ${SF_RO}
SectionSetFlags ${SecTGalician} $0
SectionSetSize ${SecTGalician} 0
${endif}
StrCpy $Search "el_GR" StrCpy $Search "el_GR"
Call StrPoint Call StrPoint
${if} $Pointer != "-1" ${if} $Pointer != "-1"