Skip to content

Fixed locale frontend not picking up regions

Phil Hughes requested to merge locale-region-fix into master

What does this MR do?

Fixes a webpack config issue that would stop locale regions not being required correctly. This was caused by webpack only looking for folders that had lower case words. This fixes that by allowing webpack to look inside folders that have any word character.

What are the relevant issue numbers?

Closes #32913 (closed)

Merge request reports