DictionaryResolution extension

Extension so Dictionary can be resolved with UserContext via the same path as raw-key access (Constitution I).

on

Methods

resolve(UserContext context, String key, {Map<String, dynamic>? params, UserContext? overrides}) String

Available on Dictionary, provided by the DictionaryResolution extension

Resolves key using this dictionary and context, with optional params (e.g. count) and overrides. Uses the canonical resolution path (plural→gender→variant→formality→key) shared with raw-key access.