Skip to content

Commit

Permalink
update : Global and CN student names
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Jul 11, 2024
1 parent c753c16 commit a6a18a2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion core/default_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,14 @@
["25-1", "遥香"] , ["25-2", "绫音"] , ["25-3", "纱绫(私服)"]
],
"student_names": [
{
"CN_name": "モエ(水着)",
"CN_implementation": false,
"Global_name": "Moe (Swimsuit)",
"Global_implementation": false,
"JP_name": "モエ(水着)",
"JP_implementation": true
},
{
"CN_name": "桐乃(泳装)",
"CN_implementation": false,
Expand Down Expand Up @@ -1317,7 +1325,7 @@
},
{
"CN_name": "和纱",
"CN_implementation": false,
"CN_implementation": true,
"Global_name": "Kazusa",
"Global_implementation": true,
"JP_name": "カズサ",
Expand Down
2 changes: 1 addition & 1 deletion src/student_name_raw/cn_student.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/student_name_raw/en_student.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/student_name_raw/jp_student.json

Large diffs are not rendered by default.

0 comments on commit a6a18a2

Please sign in to comment.