From 5d998a3b37dfe5adac5f6a41e212403f3d18df77 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 13 Aug 2024 16:06:08 -0400 Subject: [PATCH] Load brand.ftl for Zotero.getString() --- chrome/content/zotero/xpcom/intl.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/intl.js b/chrome/content/zotero/xpcom/intl.js index 9ca4dc6c8a..29663b803d 100644 --- a/chrome/content/zotero/xpcom/intl.js +++ b/chrome/content/zotero/xpcom/intl.js @@ -92,6 +92,7 @@ Zotero.Intl = new function () { // Provide synchronous access to Fluent strings for getString() ftl = new Localization([ + 'branding/brand.ftl', 'zotero.ftl', // More FTL files can be hardcoded here, or added later with // Zotero.ftl.addResourceIds(['...'])