diff --git a/client/i18n/allLangs.js b/client/i18n/allLangs.js index 3dc937fffd..1a76da60e1 100644 --- a/client/i18n/allLangs.js +++ b/client/i18n/allLangs.js @@ -3,7 +3,7 @@ */ const availableLangs = { client: ['english', 'espanol', 'chinese'], - curriculum: ['english', 'chinese'] + curriculum: ['english', 'espanol', 'chinese'] }; // Each client language needs an entry in the rest of the variables below diff --git a/utils/is-audited.js b/utils/is-audited.js index 8380e4a4d1..bad7d487d8 100644 --- a/utils/is-audited.js +++ b/utils/is-audited.js @@ -10,8 +10,8 @@ // to the arrays below const auditedCerts = { - espanol: [], - chinese: [] + espanol: ['responsive-web-design'], + chinese: ['responsive-web-design'] }; function isAuditedCert(lang, cert) {