Skip to content

Commit

Permalink
Update color list order and simplify section string (Shopify#1413)
Browse files Browse the repository at this point in the history
* update color list order

* change announcement bar string

* fix label

* update collapsible content

* update email signup banner

* update footer

* update header

* update image banner

* update image with text

* update password header and footer

* update email signup

* update rich text and slideshow

* update missing translations

* Update 20 translation files

* Update sections/announcement-bar.liquid

Co-authored-by: Ludo <ludo.segura@shopify.com>

Co-authored-by: translation-platform[bot] <34770790+translation-platform[bot]@users.noreply.github.com>
Co-authored-by: Ludo <ludo.segura@shopify.com>
  • Loading branch information
3 people authored Mar 8, 2022
1 parent 987c155 commit 2f279e2
Show file tree
Hide file tree
Showing 34 changed files with 144 additions and 5,415 deletions.
26 changes: 13 additions & 13 deletions config/settings_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,27 +490,27 @@
"options": [
{
"value": "accent-1",
"label": "t:settings_schema.global.settings.color_scheme.options__1.label"
"label": "t:sections.all.colors.accent_1.label"
},
{
"value": "accent-2",
"label": "t:settings_schema.global.settings.color_scheme.options__2.label"
"label": "t:sections.all.colors.accent_2.label"
},
{
"value": "background-1",
"label": "t:settings_schema.global.settings.color_scheme.options__3.label"
"label": "t:sections.all.colors.background_1.label"
},
{
"value": "background-2",
"label": "t:settings_schema.global.settings.color_scheme.options__4.label"
"label": "t:sections.all.colors.background_2.label"
},
{
"value": "inverse",
"label": "t:settings_schema.global.settings.color_scheme.options__5.label"
"label": "t:sections.all.colors.inverse.label"
}
],
"default": "background-2",
"label": "t:settings_schema.global.settings.color_scheme.label"
"label": "t:sections.all.colors.label"
},
{
"type": "header",
Expand Down Expand Up @@ -961,15 +961,15 @@
"options": [
{
"value": "accent-1",
"label": "t:settings_schema.global.settings.color_scheme.options__1.label"
"label": "t:sections.all.colors.accent_1.label"
},
{
"value": "accent-2",
"label": "t:settings_schema.global.settings.color_scheme.options__2.label"
"label": "t:sections.all.colors.accent_2.label"
},
{
"value": "background-2",
"label": "t:settings_schema.global.settings.color_scheme.options__4.label"
"label": "t:sections.all.colors.background_2.label"
}
],
"default": "accent-2",
Expand All @@ -981,11 +981,11 @@
"options": [
{
"value": "background-1",
"label": "t:settings_schema.global.settings.color_scheme.options__3.label"
"label": "t:sections.all.colors.background_1.label"
},
{
"value": "inverse",
"label": "t:settings_schema.global.settings.color_scheme.options__5.label"
"label": "t:sections.all.colors.inverse.label"
}
],
"default": "inverse",
Expand All @@ -1002,11 +1002,11 @@
"options": [
{
"value": "accent-1",
"label": "t:settings_schema.styles.settings.accent_icons.options__1.label"
"label": "t:sections.all.colors.accent_1.label"
},
{
"value": "accent-2",
"label": "t:settings_schema.styles.settings.accent_icons.options__2.label"
"label": "t:sections.all.colors.accent_2.label"
},
{
"value": "outline-button",
Expand Down
Loading

0 comments on commit 2f279e2

Please sign in to comment.