4
0
forked from crowetic/commerce

Clarification

This commit is contained in:
Luis Alvarez 2020-10-29 19:26:44 -05:00
parent b06dca4243
commit c1db48bb66

View File

@ -12,8 +12,8 @@ export function missingLocaleInPages(): [string[], () => void] {
console.log(
`The ${pages} "${invalidPaths.join(', ')}" ${
single ? 'does' : 'do'
} not include a locale, when using i18n web pages from BigCommerce
are expected to have a locale or they will be ignored.\n
} not include a locale, or the locale is not supported. When using i18n, web pages from
BigCommerce are expected to have a locale or they will be ignored.\n
Please update the ${pages} to include the default locale or make the ${pages} invisible by
unchecking the "Navigation Menu" option in the settings of ${
single ? 'the' : 'each'