fix: add 3 more certs to chinese curriculum (#41508)
This commit is contained in:
@ -11,7 +11,12 @@
|
|||||||
|
|
||||||
const auditedCerts = {
|
const auditedCerts = {
|
||||||
espanol: ['responsive-web-design'],
|
espanol: ['responsive-web-design'],
|
||||||
chinese: ['responsive-web-design']
|
chinese: [
|
||||||
|
'responsive-web-design',
|
||||||
|
'javascript-algorithms-and-data-structures',
|
||||||
|
'front-end-libraries',
|
||||||
|
'data-visualization'
|
||||||
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
function isAuditedCert(lang, cert) {
|
function isAuditedCert(lang, cert) {
|
||||||
|
Reference in New Issue
Block a user