feat(client): add new coder survey link to learn (#42955)
* feat(client): add new coder survey link * add translation key to all locales * close i18n tags Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com> Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
This commit is contained in:
@ -286,7 +286,8 @@
|
|||||||
"preview": "預覽"
|
"preview": "預覽"
|
||||||
},
|
},
|
||||||
"help-translate": "我們仍然在翻譯以下證書。",
|
"help-translate": "我們仍然在翻譯以下證書。",
|
||||||
"help-translate-link": "幫助我們翻譯。"
|
"help-translate-link": "幫助我們翻譯。",
|
||||||
|
"coder-survey": "<0>Take the 2021 New Coder Survey</0> (it takes about 10 minutes – do it for science)"
|
||||||
},
|
},
|
||||||
"donate": {
|
"donate": {
|
||||||
"title": "支持我們的非營利組織",
|
"title": "支持我們的非營利組織",
|
||||||
|
@ -286,7 +286,8 @@
|
|||||||
"preview": "预览"
|
"preview": "预览"
|
||||||
},
|
},
|
||||||
"help-translate": "我们仍然在翻译以下证书。",
|
"help-translate": "我们仍然在翻译以下证书。",
|
||||||
"help-translate-link": "帮助我们翻译。"
|
"help-translate-link": "帮助我们翻译。",
|
||||||
|
"coder-survey": "<0>Take the 2021 New Coder Survey</0> (it takes about 10 minutes – do it for science)"
|
||||||
},
|
},
|
||||||
"donate": {
|
"donate": {
|
||||||
"title": "支持我们的非营利组织",
|
"title": "支持我们的非营利组织",
|
||||||
|
@ -286,7 +286,8 @@
|
|||||||
"preview": "Preview"
|
"preview": "Preview"
|
||||||
},
|
},
|
||||||
"help-translate": "We are still translating the following certifications.",
|
"help-translate": "We are still translating the following certifications.",
|
||||||
"help-translate-link": "Help us translate."
|
"help-translate-link": "Help us translate.",
|
||||||
|
"coder-survey": "<0>Take the 2021 New Coder Survey</0> (it takes about 10 minutes – do it for science)"
|
||||||
},
|
},
|
||||||
"donate": {
|
"donate": {
|
||||||
"title": "Support our nonprofit",
|
"title": "Support our nonprofit",
|
||||||
|
@ -286,7 +286,8 @@
|
|||||||
"preview": "Vista"
|
"preview": "Vista"
|
||||||
},
|
},
|
||||||
"help-translate": "Todavía estamos traduciendo las siguientes certificaciones.",
|
"help-translate": "Todavía estamos traduciendo las siguientes certificaciones.",
|
||||||
"help-translate-link": "Ayúdanos a traducir."
|
"help-translate-link": "Ayúdanos a traducir.",
|
||||||
|
"coder-survey": "<0>Take the 2021 New Coder Survey</0> (it takes about 10 minutes – do it for science)"
|
||||||
},
|
},
|
||||||
"donate": {
|
"donate": {
|
||||||
"title": "Apoya a nuestra organización sin fines de lucro",
|
"title": "Apoya a nuestra organización sin fines de lucro",
|
||||||
|
@ -286,7 +286,8 @@
|
|||||||
"preview": "Anteprima"
|
"preview": "Anteprima"
|
||||||
},
|
},
|
||||||
"help-translate": "Stiamo ancora traducendo le seguenti certificazioni.",
|
"help-translate": "Stiamo ancora traducendo le seguenti certificazioni.",
|
||||||
"help-translate-link": "Aiutaci con le traduzioni..."
|
"help-translate-link": "Aiutaci con le traduzioni...",
|
||||||
|
"coder-survey": "<0>Take the 2021 New Coder Survey</0> (it takes about 10 minutes – do it for science)"
|
||||||
},
|
},
|
||||||
"donate": {
|
"donate": {
|
||||||
"title": "Supporta il nostro no profit",
|
"title": "Supporta il nostro no profit",
|
||||||
|
@ -286,7 +286,8 @@
|
|||||||
"preview": "Pré-visualizar"
|
"preview": "Pré-visualizar"
|
||||||
},
|
},
|
||||||
"help-translate": "Ainda estamos traduzindo as certificações a seguir.",
|
"help-translate": "Ainda estamos traduzindo as certificações a seguir.",
|
||||||
"help-translate-link": "Ajude-nos a traduzir."
|
"help-translate-link": "Ajude-nos a traduzir.",
|
||||||
|
"coder-survey": "<0>Take the 2021 New Coder Survey</0> (it takes about 10 minutes – do it for science)"
|
||||||
},
|
},
|
||||||
"donate": {
|
"donate": {
|
||||||
"title": "Dê seu apoio à nossa organização sem fins lucrativos",
|
"title": "Dê seu apoio à nossa organização sem fins lucrativos",
|
||||||
|
@ -57,6 +57,15 @@ function Intro({
|
|||||||
)}
|
)}
|
||||||
</FullWidthRow>
|
</FullWidthRow>
|
||||||
<Spacer />
|
<Spacer />
|
||||||
|
<div className='text-center'>
|
||||||
|
<Trans i18nKey='learn.coder-survey'>
|
||||||
|
<a href='https://www.freecodecamp.org/news/2021-new-coder-survey/'>
|
||||||
|
Take the 2021 New Coder Survey
|
||||||
|
</a>{' '}
|
||||||
|
(it takes about 10 minutes – do it for science)
|
||||||
|
</Trans>
|
||||||
|
</div>
|
||||||
|
<Spacer />
|
||||||
<div className='text-center quote-partial'>
|
<div className='text-center quote-partial'>
|
||||||
<blockquote className='blockquote'>
|
<blockquote className='blockquote'>
|
||||||
<span>
|
<span>
|
||||||
|
Reference in New Issue
Block a user