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'm trying to i18ze the estore theme and having trouble finding a good example. Looks like I'm not the only one: https://drupal.stackexchange.com/q/193919/7177
estore
I've tried to add langcode: en in the end of estore/config/install/estore.settings.yml, mapping to estore/config/schema/estore.schema.yml:
langcode: en
estore/config/install/estore.settings.yml
mapping
estore/config/schema/estore.schema.yml
mapping: copyright_text: type: label header_location: type: label header_shop_opens: type: label
But it did not work it seems.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to i18ze the
estore
theme and having trouble finding a good example. Looks like I'm not the only one: https://drupal.stackexchange.com/q/193919/7177I've tried to add
langcode: en
in the end ofestore/config/install/estore.settings.yml
,mapping
toestore/config/schema/estore.schema.yml
:But it did not work it seems.
The text was updated successfully, but these errors were encountered: