]> git.lyx.org Git - features.git/commitdiff
installer: add support for Marathi
authorUwe Stöhr <uwestoehr@lyx.org>
Sun, 7 Apr 2013 23:17:23 +0000 (01:17 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Sun, 7 Apr 2013 23:17:23 +0000 (01:17 +0200)
- also update some spell check and thesaurus dictionaries

development/Win32/packaging/installer/ChangeLog.txt
development/Win32/packaging/installer/HunspellDictionaryNames.txt
development/Win32/packaging/installer/include/init.nsh

index 2156bdb57f7d97639e592f11bf01f6685ff8b91a..ed483a6e68441ce0713dd80a2d015d0d196f20a4 100644 (file)
@@ -3,6 +3,12 @@
   automatically be installed to MiKTeX
 - language support files for Belarusian and Hungarian are now included
 - updated to eLyXer 1.2.5
+- updated spell-checker dictionaries for Belarusian, Breton, Korean, Norwegian,
+  Portuguese and Swedish 
+  (To benefit from them you must uninstall an already installed LyX 2.0.x and
+   then use this installer.)
+- updated thesaurus for Norwegian (Bokmal), Portuguese and Slovenian
+  (need to reinstall LyX to benefit from this)
 
 Changelog for LyX-2051-5:
 - Fix broken importing of TeX files to LyX
index 4ee0bb01aa9b7a2e6fe48c45c370068226aa193a..216f803831496c0236e10e5dd89566b5708d3a76 100644 (file)
@@ -88,6 +88,8 @@ lt_LT.aff
 lt_LT.dic
 lv_LV.aff
 lv_LV.dic
+mr_IN.aff
+mr_IN.dic
 ms_MY.aff
 ms_MY.dic
 nb_NO.aff
index 8b3125522b9b7b29c33ef3a6cc09cec09e848605..87e79f3b970855a8e53bb7d1ed31edaefab2cc07 100644 (file)
@@ -100,7 +100,7 @@ SectionEnd
 
 Section /o "Brezhoneg" SecDBreton 
  StrCpy $DictCodes "br_FR,$DictCodes"
- AddSize 11000
+ AddSize 5510
 SectionEnd
 
 Section /o "Bulgarian" SecDBulgarian
@@ -286,7 +286,7 @@ SectionEnd
 
 Section /o "Korean" SecDKorean
  StrCpy $DictCodes "ko_KR,$DictCodes"
- AddSize 15200
+ AddSize 16540
 SectionEnd
 
 Section /o "Latina" SecDLatin
@@ -304,6 +304,12 @@ Section /o "Latvie
  AddSize 2140
 SectionEnd
 
+# enable this for LyX 2.1!
+#Section /o "Marathi" SecDMarathi
+# StrCpy $DictCodes "mr_IN,$DictCodes"
+# AddSize 5290
+#SectionEnd
+
 Section /o "Nederlands" SecDDutch
  StrCpy $DictCodes "nl_NL,$DictCodes"
  AddSize 1820
@@ -311,12 +317,12 @@ SectionEnd
 
 Section /o "Norsk (Bokmål)" SecDNorwegianNB
  StrCpy $DictCodes "nb_NO,$DictCodes"
- AddSize 4890
+ AddSize 5000
 SectionEnd
 
 Section /o "Norsk (Nynorsk)" SecDNorwegianNN
  StrCpy $DictCodes "nn_NO,$DictCodes"
- AddSize 2890
+ AddSize 2970
 SectionEnd
 
 # enable this for LyX 2.1!
@@ -337,7 +343,7 @@ SectionEnd
 
 Section /o "Português (PT)" SecDPortuguesePT
  StrCpy $DictCodes "pt_PT,$DictCodes"
- AddSize 1460
+ AddSize 1520
 SectionEnd
 
 Section /o "Româna" SecDRomanian
@@ -493,9 +499,9 @@ Section /o "Magyar" SecTHungarian
  AddSize 632
 SectionEnd
 
-Section /o "Norsk" SecTNorwegian
- StrCpy $ThesCodes "no_NO,$ThesCodes"
- AddSize 2470
+Section /o "Norsk (Bokmål)" SecTNorwegianNB
+ StrCpy $ThesCodes "nb_NO,$ThesCodes"
+ AddSize 2540
 SectionEnd
 
 Section /o "Polski" SecTPolish
@@ -505,7 +511,7 @@ SectionEnd
 
 Section /o "Português" SecTPortuguese
  StrCpy $ThesCodes "pt_PT,$ThesCodes"
- AddSize 855
+ AddSize 860
 SectionEnd
 
 Section /o "Româna" SecTRomanian
@@ -1232,12 +1238,12 @@ Function .onInit
    SectionSetFlags ${SecTHungarian} $0
    SectionSetSize ${SecTHungarian} 0
   ${endif}
-  StrCpy $Search "no_NO"
+  StrCpy $Search "nb_NO"
   Call StrPoint
   ${if} $Pointer != "-1"
    IntOp $0 ${SF_SELECTED} | ${SF_RO}
-   SectionSetFlags ${SecTNorwegian} $0
-   SectionSetSize ${SecTNorwegian} 0
+   SectionSetFlags ${SecTNorwegianNB} $0
+   SectionSetSize ${SecTNorwegianNB} 0
   ${endif}
   StrCpy $Search "pl_PL"
   Call StrPoint