EU Parliament Monitor — API Documentation - v0.9.25
    Preparing search index...
    • Resolve the active boilerplate-stem RegExp list for a target language. Unions the English base patterns with the locale-specific patterns. Order is preserved.

      Parameters

      • baseEnglish: readonly RegExp[]

        The English RegExp list from the parent module

      • lang: LanguageCode

        Target language code (defaults to 'en')

      Returns readonly RegExp[]

      Combined RegExp list for .some(re => re.test(...))