Steps to reproduce:
- If a LocalizedString contains nested LocalizedStrings which also contain persistent variables you will not be able to query the nested variables. For example "This lock requires {key.elision:an |a }
{0}
.". Where `key` is a nested localized string with a bool variable called `elision`
Actual results: OperationException : Error parsing format string: Could not evaluate the selector “elision” at 24
_This lock requires {key.elision:an |a }
{key}
._
Expected results: The nested local variable can be found.
Reproducible with versions: 1.5.9
Not reproducible with versions:
Can’t test with versions:
Tested on (OS): Windows 11
Notes: