We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to change language and currency of my VS, so I edited i18n in local.json like this,
"i18n": { "defaultCountry": "JP", "defaultLanguage": "JP", "availableLocale": ["en-US","de-DE","fr-FR","es-ES","nl-NL", "jp-JP", "ru-RU", "it-IT", "pt-BR", "pl-PL", "cs-CZ"], "defaultLocale": "jp-JP", "currencyCode": "JPY", "currencySign": "円", "currencySignPlacement": "append", "dateFormat": "l LT", "fullCountryName": "Japan", "fullLanguageName": "Japanese", "bundleAllStoreviewLanguages": true }
Every locale is working except jp-JP, which is above way. The error message is,
Error during render : /error { Error: Cannot find module './jp' at server-bundle.js:26736:12 at process._tickCallback (internal/process/next_tick.js:68:7) code: 'MODULE_NOT_FOUND' } (node:40996) UnhandledPromiseRejectionWarning: Error: Cannot find module './jp'
The text was updated successfully, but these errors were encountered:
Fixed by #3831
Sorry, something went wrong.
No branches or pull requests
Prerequisites
Information
I tried to change language and currency of my VS, so I edited i18n in local.json
like this,
Every locale is working except jp-JP, which is above way.
The error message is,
The text was updated successfully, but these errors were encountered: