feat(por): enable first two certifications (#42859)

pull/42928/head
Mrugesh Mohapatra 2021-07-19 10:57:23 +05:30 committed by GitHub
parent 3c62525a44
commit 1d1506f8c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 2 deletions

View File

@ -9,7 +9,14 @@
* from the .env file aren't found in their respective arrays below
*/
const availableLangs = {
client: ['english', 'espanol', 'chinese', 'chinese-traditional', 'italian'],
client: [
'english',
'espanol',
'chinese',
'chinese-traditional',
'italian',
'portuguese'
],
curriculum: [
'english',
'espanol',
@ -63,7 +70,10 @@ const auditedCerts = {
'apis-and-microservices',
'quality-assurance'
],
portuguese: ['responsive-web-design']
portuguese: [
'responsive-web-design',
'javascript-algorithms-and-data-structures'
]
};
// ---------------------------------------------------------------------------