From 8a4d5d8dadef8d20e5c23aa7616bb7e61a7fafdb Mon Sep 17 00:00:00 2001 From: Carson Shold Date: Tue, 17 Mar 2015 14:21:27 -0400 Subject: [PATCH] Home page to homepage --- config/settings.html | 6 +++--- locales/de.json | 2 +- locales/en.default.json | 2 +- locales/es.json | 2 +- locales/fr.json | 2 +- locales/pt-BR.json | 2 +- locales/pt-PT.json | 2 +- snippets/onboarding-empty-collection.liquid | 2 +- snippets/onboarding-featured-collections.liquid | 8 ++++---- snippets/onboarding-featured-products.liquid | 8 ++++---- templates/index.liquid | 6 +++--- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/config/settings.html b/config/settings.html index 210b1dbb1..2367ff134 100755 --- a/config/settings.html +++ b/config/settings.html @@ -173,10 +173,10 @@

Favicon

- +
- Home Page -

No home page settings are predefined in Timber.

+ Homepage +

No homepage settings are predefined in Timber.

diff --git a/locales/de.json b/locales/de.json index db9c6d67f..64df61539 100644 --- a/locales/de.json +++ b/locales/de.json @@ -216,7 +216,7 @@ "cancel": "Zurück zum Shop" } }, - "home_page": { + "homepage": { "sections": { "frontpage_title": "Startseite-Zusammenstellung", "featured_title": "Ausgewählte Zusammenstellungen", diff --git a/locales/en.default.json b/locales/en.default.json index f8e78fe5b..c3af1fc06 100644 --- a/locales/en.default.json +++ b/locales/en.default.json @@ -216,7 +216,7 @@ "cancel": "Return to Store" } }, - "home_page": { + "homepage": { "sections": { "frontpage_title": "Frontpage Collection", "featured_title": "Featured Collections", diff --git a/locales/es.json b/locales/es.json index ae9063ad5..606ba7e11 100644 --- a/locales/es.json +++ b/locales/es.json @@ -216,7 +216,7 @@ "cancel": "Volver a la tienda" } }, - "home_page": { + "homepage": { "sections": { "frontpage_title": "Colección de portada", "featured_title": "Colecciones destacadas", diff --git a/locales/fr.json b/locales/fr.json index 00a330e82..2d029e63f 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -216,7 +216,7 @@ "password": "Mot de passe" } }, - "home_page": { + "homepage": { "sections": { "frontpage_title": "Collection Frontpage", "featured_title": "Collections en vedette", diff --git a/locales/pt-BR.json b/locales/pt-BR.json index 332cdc91f..516b9a24c 100644 --- a/locales/pt-BR.json +++ b/locales/pt-BR.json @@ -216,7 +216,7 @@ "cancel": "Retornar à loja" } }, - "home_page": { + "homepage": { "sections": { "frontpage_title": "Coleção \"Primeira Página\"", "featured_title": "Coleções em destaque", diff --git a/locales/pt-PT.json b/locales/pt-PT.json index d6689b489..5011fc491 100644 --- a/locales/pt-PT.json +++ b/locales/pt-PT.json @@ -216,7 +216,7 @@ "cancel": "Regressar à Loja" } }, - "home_page": { + "homepage": { "sections": { "frontpage_title": "Coleção Frontpage", "featured_title": "Coleções em Destaque", diff --git a/snippets/onboarding-empty-collection.liquid b/snippets/onboarding-empty-collection.liquid index 56248ea88..e1447fb56 100644 --- a/snippets/onboarding-empty-collection.liquid +++ b/snippets/onboarding-empty-collection.liquid @@ -22,7 +22,7 @@ {% capture imageUrl %}//cdn.shopify.com/s/images/themes/product-{{ index }}.png{% endcapture %} {{ imageUrl | img_tag }} -

{{ 'home_page.onboarding.product_title' | t }}

+

{{ 'homepage.onboarding.product_title' | t }}

$19.99

{% assign index = index | plus: 1 %} diff --git a/snippets/onboarding-featured-collections.liquid b/snippets/onboarding-featured-collections.liquid index 521bfd7e6..c38661d7d 100644 --- a/snippets/onboarding-featured-collections.liquid +++ b/snippets/onboarding-featured-collections.liquid @@ -3,9 +3,9 @@
-

{{ 'home_page.onboarding.modal_title' | t }}

-

{{ 'home_page.onboarding.no_collections_html' | t }}

-

{{ 'home_page.onboarding.add_collection' | t }}

+

{{ 'homepage.onboarding.modal_title' | t }}

+

{{ 'homepage.onboarding.no_collections_html' | t }}

+

{{ 'homepage.onboarding.add_collection' | t }}

@@ -16,7 +16,7 @@ {{ imageUrl | img_tag }}

- {{ 'home_page.onboarding.collection_title' | t }}
+ {{ 'homepage.onboarding.collection_title' | t }}
{{ 'collections.general.items_with_count' | t: count: i }}

diff --git a/snippets/onboarding-featured-products.liquid b/snippets/onboarding-featured-products.liquid index a14f6d1cf..d635e9753 100644 --- a/snippets/onboarding-featured-products.liquid +++ b/snippets/onboarding-featured-products.liquid @@ -3,9 +3,9 @@
-

{{ 'home_page.onboarding.modal_title' | t }}

-

{{ 'home_page.onboarding.no_products_html' | t }}

-

{{ 'home_page.onboarding.add_product' | t }}

+

{{ 'homepage.onboarding.modal_title' | t }}

+

{{ 'homepage.onboarding.no_products_html' | t }}

+

{{ 'homepage.onboarding.add_product' | t }}

@@ -15,7 +15,7 @@ {% capture imageUrl %}//cdn.shopify.com/s/images/themes/product-{{ i }}.png{% endcapture %} {{ imageUrl | img_tag }} -

{{ 'home_page.onboarding.product_title' | t }}

+

{{ 'homepage.onboarding.product_title' | t }}

$19.99

{% endfor %} diff --git a/templates/index.liquid b/templates/index.liquid index b301b36e5..b077e929d 100755 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -7,7 +7,7 @@ - http://docs.shopify.com/themes/liquid-variables/global {% endcomment %} -

{{ 'home_page.sections.frontpage_title' | t }}

+

{{ 'homepage.sections.frontpage_title' | t }}

{% comment %} Use class grid-uniform to have evenly sized columns clear @@ -48,7 +48,7 @@
-

{{ 'home_page.sections.featured_title' | t }}

+

{{ 'homepage.sections.featured_title' | t }}

@@ -119,7 +119,7 @@ handle we want to focus on. For this example we'll use the default 'news', but you can create a blog page-specific content if you want. {% endcomment %} -

{{ 'home_page.sections.news_title' | t }}

+

{{ 'homepage.sections.news_title' | t }}

{% for article in blogs['news'].articles limit:3 %}