Our translations are in the format of Hello {0} so we're in the need to a custom parser to support a custom regex.
Expected behavior
A suggested change is to update this property in the TranslateDefaultParser so that it can be overridden somehow - without the need for separately maintaining an almost identical parser.
What is the motivation / use case for changing the behavior?
To support simple variances of the regex matching.
Current behavior
Our translations are in the format of
Hello {0}
so we're in the need to a custom parser to support a custom regex.Expected behavior
A suggested change is to update this property in the TranslateDefaultParser so that it can be overridden somehow - without the need for separately maintaining an almost identical parser.
What is the motivation / use case for changing the behavior?
To support simple variances of the regex matching.