new deployment (#59)
* Production (#44) * test: Fix integration test * fix: Fix Editorial feature * chore(localization): move locales to i18n folder * feat(modules): add image caption and shadow * fix: clarify German translation🇩🇪 * chore(localization): fix typo (#47) * Split first paragraph into sections (#46) * feat(controls): add help text to API dropdown * fix(style): simplify header and fix mobile design * fix(style): simplify footer and fix mobile design * fix(style): update stylesheet and scripts file * test(e2e): adjust tests and make them fail on CI * language fixes * rename labels to use full api name * Refactor entry state toggle (#48) * chore(editorialFeatures): extract editorial features toggle * chore(refactor): rename function to make more contextual sense * Fix breadcrumb and add test for locales (#49) * test(unit): add test to check for locale consistency * fix(breadcrumb): translate lessons route * Change readme url to http from https (#52) * tests(e2e): expect only 2 courses * fix(cookies): fix variable naming and extend to two days maxAge * Change text on next lesson button (#54) * Retranslate advancedLabel * fix(translations): do not break on vim temp files. This is dedicated to JP * fix(analytics): use correct app-id * Add instructions to seed a space to readme (#61) * Change modal text; add link to model's repo to localization files (#57) * fix(links): link correct GH repository * fix(i18n): adjust view on github link label * fix(style): move GitHub link to the left * new screenshot
This commit is contained in:
committed by
David Litvak Bruno
parent
15c816f1c3
commit
5a20ed0dbc
@@ -33,7 +33,7 @@ html
|
||||
use(xlink:href='/icons/icons.svg#info')
|
||||
span #{translate('whatIsThisApp', currentLocale.code)}
|
||||
.header__upper-copy
|
||||
a.header__upper-link(href='https://images.contentful.com/82t39nctsu20/1JOkYZnY8YG0w88ImweME2/c8aef71dfe1ea633e16e17d99379416c/Github-repo_2x__1_.png' target='_blank' rel='noopener')
|
||||
a.header__upper-link(href='https://github.com/contentful/the-example-app.nodejs' target='_blank' rel='noopener')
|
||||
svg.header__upper-icon
|
||||
use(xlink:href='/icons/icons.svg#github')
|
||||
| #{translate('viewOnGithub', currentLocale.code)}
|
||||
@@ -109,7 +109,7 @@ html
|
||||
.footer__disclaimer
|
||||
p.footer__disclaimer-text
|
||||
| #{translate('footerDisclaimer', currentLocale.code)}
|
||||
a(href='https://images.contentful.com/82t39nctsu20/1JOkYZnY8YG0w88ImweME2/c8aef71dfe1ea633e16e17d99379416c/Github-repo_2x__1_.png' target='_blank' rel='noopener') #{translate('viewOnGithub', currentLocale.code)}
|
||||
a(href='https://github.com/contentful/the-example-app.nodejs' target='_blank' rel='noopener') #{translate('viewOnGithub', currentLocale.code)}
|
||||
| .
|
||||
a(href=`/imprint${queryString}` ) #{translate('imprintLabel', currentLocale.code)}
|
||||
| .
|
||||
@@ -131,11 +131,13 @@ html
|
||||
.modal__wrapper
|
||||
h1.modal__title #{translate('modalTitle', currentLocale.code)}
|
||||
.modal__content
|
||||
p #{translate('modalIntro', currentLocale.code)}
|
||||
p #{translate('modalIntro', currentLocale.code)}
|
||||
a(href='https://github.com/contentful/the-example-app.nodejs' target='_blank' rel='noopener') GitHub
|
||||
| .
|
||||
p
|
||||
| #{translate('modalCodeIntro', currentLocale.code)}
|
||||
a(href='https://github.com/contentful/the-example-app.nodejs' target='_blank' rel='noopener') Github
|
||||
| .
|
||||
| #{translate('modalSpaceIntro', 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
|
||||
a(href='#').modal__cta.close #{translate('modalCTALabel', currentLocale.code)}
|
||||
.modal__close-wrapper
|
||||
|
||||
Reference in New Issue
Block a user