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

@@ -14,6 +14,10 @@ const algoliaIndices = {
chinese: {
name: 'news-zh',
searchPage: 'https://chinese.freecodecamp.org/news/search/'
},
'chinese-traditional': {
name: 'news-zh',
searchPage: 'https://chinese.freecodecamp.org/news/search'
}
};