Journal abbreviations

14 views
Skip to first unread message

Emiliano Heyns

unread,
Jul 20, 2026, 8:40:44 AM (yesterday) Jul 20
to zotero-dev
When I run this

const abbrevs = {
      default: {
        'container-title': { },
        'collection-title': { },
        'institution-entire': { },
        'institution-part': { },
        nickname: { },
        // eslint-disable-next-line id-blacklist
        number: { },
        title: { },
        place: { },
        hereinafter: { },
        classic: { },
        'container-phrase': { },
        'title-phrase': { },
      },
    }

const journal = 'Jahrbuch für Heimatkunde'
Zotero.Cite.getAbbreviation(null, abbrevs, 'default', 'container-title', journal)
abbrevs.default['container-title']

I get

{ "Jahrbuch für Heimatkunde": "Jahrb. Für Heimatkunde" }

Where `
Für` has been capitalized. Is there a way to prevent this? I am using the Zotero abbreviator for BBTs automativ abbreviations.

Dan Stillman

unread,
Jul 20, 2026, 11:29:26 PM (10 hours ago) Jul 20
to zoter...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages