feat(por): enable first two certifications (#42859)
This commit is contained in:
committed by
GitHub
parent
3c62525a44
commit
1d1506f8c6
@ -9,7 +9,14 @@
|
|||||||
* from the .env file aren't found in their respective arrays below
|
* from the .env file aren't found in their respective arrays below
|
||||||
*/
|
*/
|
||||||
const availableLangs = {
|
const availableLangs = {
|
||||||
client: ['english', 'espanol', 'chinese', 'chinese-traditional', 'italian'],
|
client: [
|
||||||
|
'english',
|
||||||
|
'espanol',
|
||||||
|
'chinese',
|
||||||
|
'chinese-traditional',
|
||||||
|
'italian',
|
||||||
|
'portuguese'
|
||||||
|
],
|
||||||
curriculum: [
|
curriculum: [
|
||||||
'english',
|
'english',
|
||||||
'espanol',
|
'espanol',
|
||||||
@ -63,7 +70,10 @@ const auditedCerts = {
|
|||||||
'apis-and-microservices',
|
'apis-and-microservices',
|
||||||
'quality-assurance'
|
'quality-assurance'
|
||||||
],
|
],
|
||||||
portuguese: ['responsive-web-design']
|
portuguese: [
|
||||||
|
'responsive-web-design',
|
||||||
|
'javascript-algorithms-and-data-structures'
|
||||||
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user