feat(i18n): enable more localised certs (#41721)
This commit is contained in:
committed by
GitHub
parent
4da4a5ba95
commit
15af7fdea9
@ -10,8 +10,16 @@
|
|||||||
// to the arrays below
|
// to the arrays below
|
||||||
|
|
||||||
const auditedCerts = {
|
const auditedCerts = {
|
||||||
espanol: ['responsive-web-design'],
|
espanol: [
|
||||||
chinese: ['responsive-web-design']
|
'responsive-web-design',
|
||||||
|
'javascript-algorithms-and-data-structures'
|
||||||
|
],
|
||||||
|
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