From 6eae0ec6526525dc503f87598b8f03152872ca4c Mon Sep 17 00:00:00 2001 From: Wesley Dai Date: Sat, 1 Jan 2022 00:09:42 -0500 Subject: [PATCH] Translate initial songs for Korean and Chinese (Traditional) --- deploy.sh | 2 +- locale/ko/BgmEvent.json | 6 ++++++ locale/zh-TW/BgmTW.json | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 locale/ko/BgmEvent.json create mode 100644 locale/zh-TW/BgmTW.json 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" + } +]