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
|
||||
|
||||
const auditedCerts = {
|
||||
espanol: ['responsive-web-design'],
|
||||
chinese: ['responsive-web-design']
|
||||
espanol: [
|
||||
'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) {
|
||||
|
Reference in New Issue
Block a user