From 54823a1cd7f5677bf9cd7e7e646e663e98a0f369 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 21 Nov 2017 01:12:08 +0100 Subject: [PATCH] Win installer: add two more required packages and correct a word - vntex is necessary for Vietnamese, greek-fontenc for Greek - use correct term for Farsi --- development/Win32/packaging/installer/Packages.txt | 2 ++ development/Win32/packaging/installer/include/init.nsh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/development/Win32/packaging/installer/Packages.txt b/development/Win32/packaging/installer/Packages.txt index 69e3e5d4ee..552a2d857e 100644 --- a/development/Win32/packaging/installer/Packages.txt +++ b/development/Win32/packaging/installer/Packages.txt @@ -83,6 +83,7 @@ filehook footmisc forest framed +greek-fontenc greek-inputenc harvard hyphenat @@ -125,6 +126,7 @@ ulem undertilde unicode-math url +vntex wallpaper wrapfig xargs diff --git a/development/Win32/packaging/installer/include/init.nsh b/development/Win32/packaging/installer/include/init.nsh index a5f610dd77..b85e11593d 100644 --- a/development/Win32/packaging/installer/include/init.nsh +++ b/development/Win32/packaging/installer/include/init.nsh @@ -212,7 +212,7 @@ Section /o "Euskara" SecDBasque AddSize 4850 SectionEnd -Section /o "Farsi" SecDFarsi +Section /o "فارسی" SecDFarsi StrCpy $DictCodes "fa_IR,$DictCodes" AddSize 6710 SectionEnd -- 2.39.2