feat(client): add chinese traditional

Add chinese traditional to the all-langs validation and necessary
client build configs.
This commit is contained in:
Nicholas Carrigan
2021-03-15 15:40:48 -07:00
committed by Mrugesh Mohapatra
parent ce6124a9ed
commit e46e80e08f
16 changed files with 2589 additions and 28 deletions

View File

@ -21,6 +21,14 @@ const auditedCerts = {
'data-visualization',
'apis-and-microservices',
'quality-assurance'
],
'chinese-traditional': [
'responsive-web-design',
'javascript-algorithms-and-data-structures',
'front-end-libraries',
'data-visualization',
'apis-and-microservices',
'quality-assurance'
]
};