-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
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
Updating custom liquid section #2726
Conversation
"label": "Custom Liquid", | ||
"info": "Add app snippets or other Liquid code to create advanced customizations." | ||
"label": "Liquid Code", | ||
"info": "Add app snippets or other code to create advanced customizations." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I'm guessing the link coming up here isn't something we can edit in the theme but part of what we get 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
G
locales/en.default.schema.json
Outdated
@@ -651,8 +651,8 @@ | |||
"name": "Custom Liquid", | |||
"settings": { | |||
"custom_liquid": { | |||
"label": "Custom Liquid", | |||
"info": "Add app snippets or other Liquid code to create advanced customizations." | |||
"label": "Liquid Code", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Localization quality issue found
The following issues may affect the quality of localized translations if they are not addressed:
- The value
Liquid Code
for keysections.custom-liquid.settings.custom_liquid.label
is very short. Short strings are more likely to be misunderstood by translators without context. Please provide additional context for the translators if possible.
Questions about these messages? Hop in the #help-localization Slack channel.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks! edit: sorry, one nitpicky edit: |
* changed main-product and featured product to reference custom liquid translations * removed Learn more link from paragraph-waiting on top link to be removed * lowercased c in code * Update 18 translation files * Update 2 translation files --------- Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
PR Summary:
Custom Liquid Section is updated based off of feedback from the recent no-code friction log.
Why are these changes introduced?
Fixes #2645.
What approach did you take?
I changed the wording in the label and info for custom liquid to make the new recommendations.
Visual impact on existing themes
The new changes will have no applicable changes to merchants current theme versions.
Testing steps/scenarios
Demo links
Checklist