Skip to content

Commit

Permalink
Translate initial songs for Korean and Chinese (Traditional)
Browse files Browse the repository at this point in the history
  • Loading branch information
nanochromatic committed Jan 1, 2022
1 parent 3e9a0fd commit 6eae0ec
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ git_push() {
}

setup_git
changed=$(git diff --name-only HEAD~1 HEAD | grep "bgm/" | wc -l)
changed=$(git diff --name-only HEAD~1 HEAD | grep -E "bgm/|locale/" | wc -l)

if [ $changed -ne 0 ]; then
echo "Change in ./bgm detected. Merging and pushing to prod branch..."
Expand Down
6 changes: 6 additions & 0 deletions locale/ko/BgmEvent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{
"description": "별빛 심포니 (MapleStory Destiny)",
"filename": "StarlightSymphony"
}
]
6 changes: 6 additions & 0 deletions locale/zh-TW/BgmTW.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{
"description": "台灣: 西門町",
"filename": "YoTaipei"
}
]

0 comments on commit 6eae0ec

Please sign in to comment.