From fac8d053bf39ee6b66261d3bc6ba20e384344c46 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Sun, 15 Dec 2019 19:55:51 +0100 Subject: [PATCH] +chg - Resolving 2 warning errors in log file in "PortableApps.comInstaller\Data" - 6000: unknown variable/constant "{USES_SPANISHINTERNATIONAL}" detected, ignoring (macro:_==:1) - 6000: unknown variable/constant "{USES_PORTUGUESE}" detected, ignoring (macro:_==:1) --- np3portableapp/Notepad3Portable/App/AppInfo/installer.ini | 2 ++ .../Notepad3Portable/App/AppInfo/installer_template.ini | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/np3portableapp/Notepad3Portable/App/AppInfo/installer.ini b/np3portableapp/Notepad3Portable/App/AppInfo/installer.ini index 31fc1ec5a..e12558440 100644 --- a/np3portableapp/Notepad3Portable/App/AppInfo/installer.ini +++ b/np3portableapp/Notepad3Portable/App/AppInfo/installer.ini @@ -21,11 +21,13 @@ ITALIAN=true JAPANESE=true KOREAN=true POLISH=true +PORTUGUESE=true PORTUGUESEBR=true RUSSIAN=true SIMPCHINESE=true SLOVAK=true SPANISH=true +SPANISHINTERNATIONAL=true SWEDISH=true TURKISH=true [DirectoriesToPreserve] diff --git a/np3portableapp/Notepad3Portable/App/AppInfo/installer_template.ini b/np3portableapp/Notepad3Portable/App/AppInfo/installer_template.ini index ba395b4b6..d7cae479c 100644 --- a/np3portableapp/Notepad3Portable/App/AppInfo/installer_template.ini +++ b/np3portableapp/Notepad3Portable/App/AppInfo/installer_template.ini @@ -116,7 +116,7 @@ KOREAN=true ;NORWEGIANNYNORSK=true ;PASHTO=true POLISH=true -;PORTUGUESE=true +PORTUGUESE=true PORTUGUESEBR=true ;ROMANIAN=true RUSSIAN=true @@ -126,7 +126,7 @@ SIMPCHINESE=true SLOVAK=true ;SLOVENIAN=true SPANISH=true -;SPANISHINTERNATIONAL=true +SPANISHINTERNATIONAL=true ;SWAHILI=true SWEDISH=true ;THAI=true