const COMPLEX_TOOLTIPS: &[(&str, Option<Item>)];
Expand description
Handling of #TOOLTIP:tag:value
formatting in localization. The table contains the tag strings
and the corresponding item type of the value. If the item type is None
, it means the value is
a runtime id which cannot be validated statically.