feat(Curriculum): add 1 Spanish character and 2 Chinese (#66550)

This commit is contained in:
Nielda Karla
2026-03-18 16:29:10 -03:00
committed by GitHub
parent 660f39d6f5
commit b6d0663704
4 changed files with 42 additions and 7 deletions
@@ -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": {
+2 -1
View File
@@ -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'
];