Skip to content

Commit

Permalink
Add alias for SetBGM
Browse files Browse the repository at this point in the history
  • Loading branch information
Shengjie Xu committed Dec 27, 2024
1 parent 8335d22 commit db26474
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/preppipe/frontend/vnmodel/vnparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1172,8 +1172,9 @@ def cmd_hide_image(parser : VNParser, state : VNASTParsingState, commandop : Gen

@CmdCategory(_tr_category_music_sound)
@CmdAliasDecl(TR_vnparse, {
"zh_cn": "设置背景音乐",
"zh_hk": "設置背景音樂",
"en": ["SetBGM", "BGM"],
"zh_cn": ["设置背景音乐", "背景音乐"],
"zh_hk": ["設置背景音樂", "背景音樂"],
}, {
"bgm": {
"zh_cn": "音乐",
Expand Down

0 comments on commit db26474

Please sign in to comment.