LWT JavaScript API
    Preparing search index...

    Variable statusesConst

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

    Word statuses — localized labels.

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

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