mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-26 17:02:27 -04:00
feat(client): add chinese traditional
Add chinese traditional to the all-langs validation and necessary client build configs.
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
ce6124a9ed
commit
e46e80e08f
@@ -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'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user