-
Notifications
You must be signed in to change notification settings - Fork 0
LocaleRegistry
QinShenYu edited this page Jun 16, 2026
·
3 revisions
Removed in 0.7.2.
The ScavLib.locale.LocaleRegistry API has been removed. Localization is
now handled by ScavLib.i18n.LocaleManager and is JSON-driven by default.
See the new i18n page for the current API, JSON schema, and the
migration table that maps every former LocaleRegistry call to its
replacement.
CustomItemBuilder.DisplayName(...) and .Description(...) are
unchanged in shape — they used to forward to LocaleRegistry, they now
forward to LocaleManager. No call-site change is required for those
shortcuts.