fn ResolveNLSPlaceholdersInner(
Value: &mut Value,
NLS: &Map<String, Value>,
Replaced: &mut u32,
Unresolved: &mut u32,
)Expand description
Internal NLS walker that also counts substitutions made vs. unresolved placeholders it saw, so the outer scanner can log a one-line summary per extension.