LWT JavaScript API
    Preparing search index...

    Variable statusesConst

    statuses: Record<number, WordStatus> = ...

    Word statuses — localized labels, keyed by status value.

    Numeric statuses use digit abbreviations ("1".."5"); for 98/99 there is no good cross-language abbreviation, so the localized full name doubles as name and abbr.

    A getter (Proxy) rather than a static object, so the translator has time to initialize before the strings are read.