Skip to content

Commit bab4fb6

Browse files
committed
Issue/26843: Fix es_US Spanish (United States ) Locale is not supported in Magento 2.3.4 #26843
1 parent 9e9703a commit bab4fb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/Locale/Config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ class Config implements \Magento\Framework\Locale\ConfigInterface
108108
'es_VE', /*Spanish (Venezuela)*/
109109
'en_IE', /*English (Ireland)*/
110110
'es_BO', /*Spanish (Bolivia)*/
111+
'es_US', /*Spanish (United States)*/
111112
];
112113

113114
/**

0 commit comments

Comments
 (0)