mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(Curriculum): add 1 Spanish character and 2 Chinese (#66550)
This commit is contained in:
@@ -1414,7 +1414,6 @@ exports[`challenge schema > should not be changed without informing the mobile t
|
||||
"Second Candidate",
|
||||
"Sophie",
|
||||
"Tom",
|
||||
"Alex",
|
||||
"Ángela",
|
||||
"Camila",
|
||||
"Carlos",
|
||||
@@ -1432,12 +1431,14 @@ exports[`challenge schema > should not be changed without informing the mobile t
|
||||
"Diego",
|
||||
"Valeria",
|
||||
"Chen Na",
|
||||
"Huang Jingyi",
|
||||
"Li Hong",
|
||||
"Li Ping",
|
||||
"Lin Yating",
|
||||
"Liu Ming",
|
||||
"Wang Hua",
|
||||
"Zhang Wei",
|
||||
"Zhou Jia",
|
||||
"Zhou Yongjie",
|
||||
],
|
||||
"flags": {
|
||||
@@ -1910,7 +1911,6 @@ exports[`challenge schema > should not be changed without informing the mobile t
|
||||
"Second Candidate",
|
||||
"Sophie",
|
||||
"Tom",
|
||||
"Alex",
|
||||
"Ángela",
|
||||
"Camila",
|
||||
"Carlos",
|
||||
@@ -1928,12 +1928,14 @@ exports[`challenge schema > should not be changed without informing the mobile t
|
||||
"Diego",
|
||||
"Valeria",
|
||||
"Chen Na",
|
||||
"Huang Jingyi",
|
||||
"Li Hong",
|
||||
"Li Ping",
|
||||
"Lin Yating",
|
||||
"Liu Ming",
|
||||
"Wang Hua",
|
||||
"Zhang Wei",
|
||||
"Zhou Jia",
|
||||
"Zhou Yongjie",
|
||||
],
|
||||
"flags": {
|
||||
|
||||
@@ -25,7 +25,6 @@ const availableCharacters = [
|
||||
'Tom',
|
||||
|
||||
// Spanish
|
||||
'Alex',
|
||||
'Ángela',
|
||||
'Camila',
|
||||
'Carlos',
|
||||
@@ -45,12 +44,14 @@ const availableCharacters = [
|
||||
|
||||
// Chinese
|
||||
'Chen Na',
|
||||
'Huang Jingyi',
|
||||
'Li Hong',
|
||||
'Li Ping',
|
||||
'Lin Yating',
|
||||
'Liu Ming',
|
||||
'Wang Hua',
|
||||
'Zhang Wei',
|
||||
'Zhou Jia',
|
||||
'Zhou Yongjie'
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user