Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
mods_update(Extrasounds): 更新 1.20 (#356)
Browse files Browse the repository at this point in the history
這個是來自 Fork 更新的。

提交歷史:
* mods_update(ExtraSounds): 移動到 Fabric 1.19
* mods_update(Extrasounds): 更新 1.20
  這個是來自 Fork 更新的。
* ci: 1.19 混合
* mods_fix(ExtraSounds): 輸入 -> 文字輸入
* mods_fix(ExtraSounds): 套用審核者的建議
  Co-authored-by: StarskyXIII <[email protected]>
* ci: 修正重複檔案錯誤
* ci: 暫時移除驗證 txt 產生

---------

Co-authored-by: StarskyXIII <[email protected]>
  • Loading branch information
xMikux and StarskyXIII committed Aug 27, 2023
1 parent df25d5b commit 3390f0b
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/multiversions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ multiversion () {
mixer "Fabric" "main"
elif [ "$version" = "1.19.x" ]; then
mixer "Fabric" "main"
mixer "Fabric" "1.19"
elif [ "$version" = "1.18.x" ]; then
mixer "Fabric" "main"
mixer "Fabric" "1.19"
mixer "Fabric" "1.18"
mixer "Forge" "1.18"
else
Expand Down Expand Up @@ -101,6 +103,7 @@ clean () {
cleaning "Forge" "1.18"
cleaning "Fabric" "main"
cleaning "Fabric" "1.18"
cleaning "Fabric" "1.19"
}

## Main
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/Reusable-ModrinthPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,4 @@ jobs:
game-versions: ${{ needs.value-extract.outputs.game_version }}
files: |
ModsTranslationPack-${{ inputs.matrix_version }}.zip
checksum.txt
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
8 changes: 4 additions & 4 deletions .github/workflows/Reusable-ResourcePacker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
sha256sum -c checksum.txt
unzip Override-Cache.zip
rm Override-Cache.zip
rm Override-Cache.zip checksum.txt
- name: MultiVersions!
run: |
Expand All @@ -96,9 +96,9 @@ jobs:
run: |
mv ./pack.zip ModsTranslationPack-${{ inputs.matrix_version }}.zip
- name: Make Checksum
run: |
sha256sum ModsTranslationPack-${{ inputs.matrix_version }}.zip > checksum.txt
# - name: Make Checksum
# run: |
# sha256sum ModsTranslationPack-${{ inputs.matrix_version }}.zip > checksum.txt

- name: Upload ModsTranslationPack
uses: actions/upload-artifact@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"soundCategory.chat_mention": "聊天室提及",
"soundCategory.effects": "效果/藥水",
"soundCategory.scroll": "滾動",
"soundCategory.typing": "輸入"
"soundCategory.typing": "文字輸入"
}
13 changes: 13 additions & 0 deletions MultiVersions/Fabric/main/extrasounds/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"soundCategory.extrasounds$master": "ExtraSounds",
"soundCategory.extrasounds$inventory": "Inventory",
"soundCategory.extrasounds$action": "Actions",
"soundCategory.extrasounds$chat": "Chat Messages",
"soundCategory.extrasounds$chat_mention": "Chat Mention",
"soundCategory.extrasounds$effects": "Effects/Potions",
"soundCategory.extrasounds$hotbar": "Hotbar",
"soundCategory.extrasounds$typing": "Typing",
"soundCategory.extrasounds$item_drop": "Item Drop",

"tooltip.soundCategory.extrasounds_action": "This volume is applied when Item interactions, Block interactions and Entity events."
}
13 changes: 13 additions & 0 deletions MultiVersions/Fabric/main/extrasounds/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"soundCategory.extrasounds$master": "更多聲音",
"soundCategory.extrasounds$inventory": "物品欄",
"soundCategory.extrasounds$action": "動作",
"soundCategory.extrasounds$chat": "聊天室訊息",
"soundCategory.extrasounds$chat_mention": "聊天室提及",
"soundCategory.extrasounds$effects": "效果/藥水",
"soundCategory.extrasounds$hotbar": "快捷欄",
"soundCategory.extrasounds$typing": "文字輸入",
"soundCategory.extrasounds$item_drop": "物品掉落",

"tooltip.soundCategory.extrasounds_action": "這聲音會在與物品、方塊互動,以及觸發實體事件時套用。"
}

0 comments on commit 3390f0b

Please sign in to comment.