From e80dde776bdde1abfbf135f4309996b948f84367 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sat, 8 Mar 2014 00:25:22 +0100 Subject: [PATCH] installer: add new dictionary names - also correct 2 file sizes --- .../Win32/packaging/installer/HunspellDictionaryNames.txt | 2 ++ .../Win32/packaging/installer/ThesaurusDictionaryNames.txt | 2 ++ development/Win32/packaging/installer/include/init.nsh | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/development/Win32/packaging/installer/HunspellDictionaryNames.txt b/development/Win32/packaging/installer/HunspellDictionaryNames.txt index 86c4669106..dd4b08f5d9 100644 --- a/development/Win32/packaging/installer/HunspellDictionaryNames.txt +++ b/development/Win32/packaging/installer/HunspellDictionaryNames.txt @@ -130,6 +130,8 @@ te_IN.aff te_IN.dic th_TH.aff th_TH.dic +tk_TM.aff +tk_TM.dic uk_UA.aff uk_UA.dic ur_PK.aff diff --git a/development/Win32/packaging/installer/ThesaurusDictionaryNames.txt b/development/Win32/packaging/installer/ThesaurusDictionaryNames.txt index b8683d5572..1bdf28eec7 100644 --- a/development/Win32/packaging/installer/ThesaurusDictionaryNames.txt +++ b/development/Win32/packaging/installer/ThesaurusDictionaryNames.txt @@ -22,6 +22,8 @@ th_fr_FR_v2.dat th_fr_FR_v2.idx th_ga_IE_v2.dat th_ga_IE_v2.idx +th_gl_ES_v2.dat +th_gl_ES_v2.idx th_hu_HU_v2.dat th_hu_HU_v2.idx th_is_IS_v2.dat diff --git a/development/Win32/packaging/installer/include/init.nsh b/development/Win32/packaging/installer/include/init.nsh index 175aa667ea..f69cf81ca5 100644 --- a/development/Win32/packaging/installer/include/init.nsh +++ b/development/Win32/packaging/installer/include/init.nsh @@ -468,12 +468,12 @@ SectionEnd Section /o "English (GB)" SecTEnglishGB StrCpy $ThesCodes "en_GB,$ThesCodes" - AddSize 20600 + AddSize 14300 SectionEnd Section /o "English (US/AU)" SecTEnglishUSAU StrCpy $ThesCodes "en_US,$ThesCodes" - AddSize 20600 + AddSize 21600 SectionEnd Section /o "EspaƱol" SecTSpanish -- 2.39.5