Change modal text; add link to model's repo to localization files (#57)
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"defaultTitle": "The Example App",
|
"defaultTitle": "The Example App",
|
||||||
"whatIsThisApp": "Help",
|
"whatIsThisApp": "Help",
|
||||||
"metaDescription": "This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.",
|
"metaDescription": "This is \"The Example App\", a reference for building your own applications using Contentful.",
|
||||||
"metaTwitterCard": "This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.",
|
"metaTwitterCard": "This is \"The Example App\", a reference for building your own applications using Contentful.",
|
||||||
"metaImageAlt": "This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.",
|
"metaImageAlt": "This is \"The Example App\", a reference for building your own applications using Contentful.",
|
||||||
"metaImageDescription": "This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.",
|
"metaImageDescription": "This is \"The Example App\", a reference for building your own applications using Contentful.",
|
||||||
"viewOnGithub": "GitHub",
|
"viewOnGithub": "GitHub",
|
||||||
"apiSwitcherHelp": "View the published or draft content by simply switching between the Deliver and Preview APIs.",
|
"apiSwitcherHelp": "View the published or draft content by simply switching between the Deliver and Preview APIs.",
|
||||||
"contentDeliveryApiLabel": "Content Delivery API",
|
"contentDeliveryApiLabel": "Content Delivery API",
|
||||||
|
|||||||
@@ -136,7 +136,7 @@ html
|
|||||||
| .
|
| .
|
||||||
p
|
p
|
||||||
| #{translate('modalSpaceIntro', currentLocale.code)}
|
| #{translate('modalSpaceIntro', currentLocale.code)}
|
||||||
a(href='https://github.com/contentful/content-models/blob/master/the-example-app/README.md ' target='_blank' rel='noopener')=translate('modalSpaceLinkLabel', currentLocale.code)
|
a(href='https://github.com/contentful/content-models/tree/master/the-example-app' target='_blank' rel='noopener')=translate('modalSpaceLinkLabel', currentLocale.code)
|
||||||
| .
|
| .
|
||||||
.modal__cta-wrapper
|
.modal__cta-wrapper
|
||||||
a(href='#').modal__cta.close #{translate('modalCTALabel', currentLocale.code)}
|
a(href='#').modal__cta.close #{translate('modalCTALabel', currentLocale.code)}
|
||||||
|
|||||||
Reference in New Issue
Block a user