Commit bdc91dfb authored by Douwe Maan's avatar Douwe Maan

Merge branch 'locale-region-fix' into 'master'

Fixed locale frontend not picking up regions

Closes #32913

See merge request !11717
parents 8f2af757 83060667
......@@ -102,7 +102,7 @@ var config = {
loader: 'file-loader',
},
{
test: /locale\/[a-z]+\/(.*)\.js$/,
test: /locale\/\w+\/(.*)\.js$/,
loader: 'exports-loader?locales',
},
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment