diff --git a/deploy.sh b/deploy.sh index 1ee8dca..57515eb 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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..." diff --git a/locale/ko/BgmEvent.json b/locale/ko/BgmEvent.json new file mode 100644 index 0000000..e2bc778 --- /dev/null +++ b/locale/ko/BgmEvent.json @@ -0,0 +1,6 @@ +[ + { + "description": "별빛 심포니 (MapleStory Destiny)", + "filename": "StarlightSymphony" + } +] diff --git a/locale/zh-TW/BgmTW.json b/locale/zh-TW/BgmTW.json new file mode 100644 index 0000000..ca563e7 --- /dev/null +++ b/locale/zh-TW/BgmTW.json @@ -0,0 +1,6 @@ +[ + { + "description": "台灣: 西門町", + "filename": "YoTaipei" + } +]