Resolve the active boilerplate-stem RegExp list for a target language. Unions the English base patterns with the locale-specific patterns. Order is preserved.
The English RegExp list from the parent module
Target language code (defaults to 'en')
'en'
Combined RegExp list for .some(re => re.test(...))
.some(re => re.test(...))
Resolve the active boilerplate-stem RegExp list for a target language. Unions the English base patterns with the locale-specific patterns. Order is preserved.