We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa7656 commit 13fa125Copy full SHA for 13fa125
lib/internal/Magento/Framework/Locale/Bundle/DataBundle.php
@@ -66,6 +66,9 @@ protected function cleanLocale($locale)
66
if (isset($localeParts['language'])) {
67
$cleanLocaleParts['language'] = $localeParts['language'];
68
}
69
+ if (isset($localeParts['region'])) {
70
+ $cleanLocaleParts['region'] = $localeParts['region'];
71
+ }
72
if (isset($localeParts['script'])) {
73
$cleanLocaleParts['script'] = $localeParts['script'];
74
0 commit comments