@shopware-ag/acceptance-test-suite 12.0.0 → 12.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3015,7 +3015,7 @@ const baseNamespaces = {
|
|
|
3015
3015
|
};
|
|
3016
3016
|
|
|
3017
3017
|
const LOCALE_MAPPINGS = {
|
|
3018
|
-
"en-US": { countryCode: "US", currencyCode: "USD", currencySymbol: "$", languageCode: "en-
|
|
3018
|
+
"en-US": { countryCode: "US", currencyCode: "USD", currencySymbol: "$", languageCode: "en-GB" },
|
|
3019
3019
|
"en-GB": { countryCode: "GB", currencyCode: "GBP", currencySymbol: "\xA3", languageCode: "en-GB" },
|
|
3020
3020
|
"en-DE": { countryCode: "DE", currencyCode: "EUR", currencySymbol: "\u20AC", languageCode: "en-GB" },
|
|
3021
3021
|
"de-DE": { countryCode: "DE", currencyCode: "EUR", currencySymbol: "\u20AC", languageCode: "de-DE" }
|