Skip to content

Commit

Permalink
update : student name
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Aug 1, 2024
1 parent dc84c40 commit 6bedb2d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
18 changes: 17 additions & 1 deletion core/default_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,22 @@
["25-1", "遥香"] , ["25-2", "绫音"] , ["25-3", "纱绫(私服)"]
],
"student_names": [
{
"CN_name": "日和(泳装)",
"CN_implementation": false,
"Global_name": "Hiyori (Swimsuit)",
"Global_implementation": false,
"JP_name": "ヒヨリ(水着)",
"JP_implementation": true
},
{
"CN_name": "纱织(泳装)",
"CN_implementation": false,
"Global_name": "Saori (Swimsuit)",
"Global_implementation": false,
"JP_name": "サオリ(水着)",
"JP_implementation": true
},
{
"CN_name": "亚津子(泳装)",
"CN_implementation": false,
Expand Down Expand Up @@ -866,7 +882,7 @@
"CN_name": "日奈(礼服)",
"CN_implementation": false,
"Global_name": "Hina (Dress)",
"Global_implementation": false,
"Global_implementation": true,
"JP_name": "ヒナ(ドレス)",
"JP_implementation": true
},
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 6bedb2d

Please sign in to comment.