-
Notifications
You must be signed in to change notification settings - Fork 493
password.liquid template #298
Comments
This is the translation values I'm using for the storefront password page. I'm not sure if you want to include that page in Timber? http://docs.shopify.com/themes/theme-development/templates/password-liquid "storefront": {
"page": {
"title": "Please Log In",
"subtext": "Will be opening soon..."
},
"form": {
"label": "Enter store using password:",
"submit": "Enter"
},
"footer": {
"login_link_title": "Log in here",
"settings_link_title": "Change your password settings",
"link_options_html": "Are you the store owner?<br />{{ login_link }} or {{ settings_link }}"
},
"credits": {
"powered_by": "This store is powered by",
"powered_by_title": "Create your own online store with Shopify"
}
}, |
What's the story on this page not being in the Timber repo? |
+1 |
+1. I was just thinking this yesterday. |
If you create a
|
I did the same as I imagine a few others have. That said, it would be nice to have liquid code from their example in the Timber repo. There are also values that need to be added to the locale file if I remember correctly. |
I totally agree. And yes, you're right about adding values to the locale file. See pull request #499 |
I think this is a new one http://docs.shopify.com/themes/theme-development/templates/password-liquid
The text was updated successfully, but these errors were encountered: