Skip to content

Commit 2c308ad

Browse files
authored
Merge pull request #1220 from szafran89/feature/695
Feature/695
2 parents 2642677 + 061350b commit 2c308ad

File tree

2 files changed

+345
-6
lines changed

2 files changed

+345
-6
lines changed

config/default.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"elasticsearch": {
2424
"host": "localhost:8080/api/catalog",
2525
"index": "vue_storefront_catalog_de"
26-
},
26+
},
2727
"tax": {
2828
"defaultCountry": "DE",
2929
"defaultRegion": "",
3030
"calculateServerSide": true
3131
},
3232
"i18n": {
3333
"fullCountryName": "Germany",
34-
"fullLanguageName": "German",
34+
"fullLanguageName": "German",
3535
"defaultLanguage": "DE",
3636
"defaultCountry": "DE",
3737
"defaultLocale": "de-DE",
@@ -49,23 +49,23 @@
4949
"elasticsearch": {
5050
"host": "localhost:8080/api/catalog",
5151
"index": "vue_storefront_catalog_it"
52-
},
52+
},
5353
"tax": {
5454
"defaultCountry": "DE",
5555
"defaultRegion": "",
5656
"calculateServerSide": true
5757
},
5858
"i18n": {
5959
"fullCountryName": "Italy",
60-
"fullLanguageName": "Italian",
60+
"fullLanguageName": "Italian",
6161
"defaultCountry": "IT",
6262
"defaultLanguage": "IT",
6363
"defaultLocale": "it-IT",
6464
"currencyCode": "EUR",
6565
"currencySign": "EUR",
6666
"dateFormat": "HH:mm D-M-YYYY"
6767
}
68-
}
68+
}
6969
},
7070
"entities": {
7171
"optimize": true,
@@ -160,7 +160,7 @@
160160
"i18n": {
161161
"defaultCountry": "US",
162162
"defaultLanguage": "EN",
163-
"availableLocale": ["en-US","de-DE","fr-FR","es-ES","nl-NL", "jp-JP", "ru-RU", "it-IT", "pt-BR"],
163+
"availableLocale": ["en-US","de-DE","fr-FR","es-ES","nl-NL", "jp-JP", "ru-RU", "it-IT", "pt-BR", "pl-PL"],
164164
"defaultLocale": "en-US",
165165
"currencyCode": "USD",
166166
"currencySign": "$",

0 commit comments

Comments
 (0)