From df4f2bc26442ee2b2d9e84348fa3a5cf95f94a06 Mon Sep 17 00:00:00 2001 From: "Francesco Lodolo (:flod)" Date: Thu, 28 Mar 2019 15:06:35 +0000 Subject: [PATCH] Bug 1539794 - Add installer font configuration for Bengali (bn), remove bn-IN and bn-BD r=mhowell Differential Revision: https://phabricator.services.mozilla.com/D25220 --HG-- extra : moz-landing-system : lando --- toolkit/mozapps/installer/windows/nsis/locale-fonts.nsh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/toolkit/mozapps/installer/windows/nsis/locale-fonts.nsh b/toolkit/mozapps/installer/windows/nsis/locale-fonts.nsh index 1e20b80bd695..77203f81d403 100644 --- a/toolkit/mozapps/installer/windows/nsis/locale-fonts.nsh +++ b/toolkit/mozapps/installer/windows/nsis/locale-fonts.nsh @@ -63,13 +63,7 @@ !endif ; Bengali -!if "${AB_CD}" == "bn-BD" -!define FONT_NAME1 "Nirmala UI" -!define FONT_FILE1 "Nirmala.ttf" -!endif - -; Bengali - India -!if "${AB_CD}" == "bn-IN" +!if "${AB_CD}" == "bn" !define FONT_NAME1 "Nirmala UI" !define FONT_FILE1 "Nirmala.ttf" !endif