Load brand.ftl for Zotero.getString()

This commit is contained in:
Dan Stillman 2024-08-13 16:06:08 -04:00
parent 0530afd669
commit 5d998a3b37

View file

@ -92,6 +92,7 @@ Zotero.Intl = new function () {
// Provide synchronous access to Fluent strings for getString() // Provide synchronous access to Fluent strings for getString()
ftl = new Localization([ ftl = new Localization([
'branding/brand.ftl',
'zotero.ftl', 'zotero.ftl',
// More FTL files can be hardcoded here, or added later with // More FTL files can be hardcoded here, or added later with
// Zotero.ftl.addResourceIds(['...']) // Zotero.ftl.addResourceIds(['...'])