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

Commit

Permalink
chore: 轉移到翻譯組下
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux authored Aug 13, 2024
1 parent ca71ba3 commit c48e146
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/commit_formater.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def short_sha_link(commit_sha):
if len(sys.argv) < 2:
sys.exit(1)

PROJECT_URL = "https://github.com/xMikux/ModsTranslationPack"
PROJECT_URL = "https://github.com/TeamKugimiya/ModsTranslationPack"
commit_message = sys.argv[1]
commit_info = extract_conventional_commits(commit_message)
commit_sha = os.environ["GITHUB_SHA"]
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/contributors_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_contributors_list():
"""
Using GitHub contributors api to get list, and return needs info list
"""
response = requests.get("https://api.github.com/repos/xMikux/ModsTranslationPack/contributors?per_page=100", headers=AUTH_HEADER, timeout=6)
response = requests.get("https://api.github.com/repos/TeamKugimiya/ModsTranslationPack/contributors?per_page=100", headers=AUTH_HEADER, timeout=6)
contributor_list = []

if response.status_code == 200:
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/summary_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def main():

env.close()

step_output = f"🏗️ 建構資訊|[流程](https://github.com/xMikux/ModsTranslationPack/actions/runs/{run_id})\n\n"
step_output = f"🏗️ 建構資訊|[流程](https://github.com/TeamKugimiya/ModsTranslationPack/actions/runs/{run_id})\n\n"

for i in file_list:
name = i["name"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-CommentPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: |
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success' &&
github.repository == 'xMikux/ModsTranslationPack'
github.repository == 'TeamKugimiya/ModsTranslationPack'
steps:
- name: Get the PR number
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-Contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contributor-update:
name: Contributors Update
runs-on: ubuntu-latest
if: github.repository == 'xMikux/ModsTranslationPack'
if: github.repository == 'TeamKugimiya/ModsTranslationPack'

steps:
- name: Checking Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-Labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
labeler:
runs-on: ubuntu-latest
if: |
github.repository == 'xMikux/ModsTranslationPack'
github.repository == 'TeamKugimiya/ModsTranslationPack'
steps:
- name: Checking Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-ModsCounter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Mods Counter Update
runs-on: ubuntu-latest
if: |
github.repository == 'xMikux/ModsTranslationPack'
github.repository == 'TeamKugimiya/ModsTranslationPack'
steps:
- name: Checking Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-OverrideCache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Cache Override
runs-on: ubuntu-latest
if: |
github.repository == 'xMikux/ModsTranslationPack'
github.repository == 'TeamKugimiya/ModsTranslationPack'
steps:
- name: Checking Repository
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/CI-Pack-Beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
name: Setup Matrix
if: |
contains(github.event.head_commit.message, 'chore(main): 發佈') == false &&
github.repository == 'xMikux/ModsTranslationPack'
github.repository == 'TeamKugimiya/ModsTranslationPack'
uses: ./.github/workflows/Reusable-MatrixSetup.yml

changelog-commit:
name: Changelog Commit
if: |
contains(github.event.head_commit.message, 'chore(main): 發佈') == false &&
github.repository == 'xMikux/ModsTranslationPack'
github.repository == 'TeamKugimiya/ModsTranslationPack'
runs-on: ubuntu-latest

outputs:
Expand All @@ -53,7 +53,7 @@ jobs:
name: Verify Version Exist
if: |
contains(github.event.head_commit.message, 'chore(main): 發佈') == false &&
github.repository == 'xMikux/ModsTranslationPack'
github.repository == 'TeamKugimiya/ModsTranslationPack'
uses: ./.github/workflows/Reusable-VerifyExistVersion.yml

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-Pack-PullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
jobs:
matrix-setup:
name: Setup Matrix
if: github.repository == 'xMikux/ModsTranslationPack'
if: github.repository == 'TeamKugimiya/ModsTranslationPack'
uses: ./.github/workflows/Reusable-MatrixSetup.yml

pack-pullrequest:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-Pack-ReleasePlease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
jobs:
release-please:
name: Release Please
if: github.repository == 'xMikux/ModsTranslationPack'
if: github.repository == 'TeamKugimiya/ModsTranslationPack'
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
Tags=${{ needs.release-please.outputs.tag_name }}
{
echo 'changelog<<EOF'
curl https://api.github.com/repos/xMikux/ModsTranslationPack/releases/tags/$Tags -H "Accept: application/vnd.github+json" | jq -r .body
curl https://api.github.com/repos/TeamKugimiya/ModsTranslationPack/releases/tags/$Tags -H "Accept: application/vnd.github+json" | jq -r .body
echo EOF
} >> "$GITHUB_OUTPUT"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-UploadR2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: |
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success' &&
github.repository == 'xMikux/ModsTranslationPack'
github.repository == 'TeamKugimiya/ModsTranslationPack'
steps:
- name: Get the PR number
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-VerifyCommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
VerifyCommit:
name: Verify Commit
runs-on: ubuntu-latest
if: github.repository == 'xMikux/ModsTranslationPack'
if: github.repository == 'TeamKugimiya/ModsTranslationPack'

steps:
- name: Checking Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-VerifyStructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
VerifyStructure:
name: Verify Structure
runs-on: ubuntu-latest
if: github.repository == 'xMikux/ModsTranslationPack'
if: github.repository == 'TeamKugimiya/ModsTranslationPack'

steps:
- name: Checking Repository
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@

<!-- 徽章 -->
[modrinth-badge]: https://img.shields.io/modrinth/dt/cF5VXmkW?label=Modrinth%20%E4%B8%8B%E8%BC%89%E6%95%B8&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMSAxMSIgd2lkdGg9IjE0LjY2NyIgaGVpZ2h0PSIxNC42NjciICB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxkZWZzPjxjbGlwUGF0aCBpZD0iQSI%2BPHBhdGggZD0iTTAgMGgxMXYxMUgweiIvPjwvY2xpcFBhdGg%2BPC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNBKSI%2BPHBhdGggZD0iTTEuMzA5IDcuODU3YTQuNjQgNC42NCAwIDAgMS0uNDYxLTEuMDYzSDBDLjU5MSA5LjIwNiAyLjc5NiAxMSA1LjQyMiAxMWMxLjk4MSAwIDMuNzIyLTEuMDIgNC43MTEtMi41NTZoMGwtLjc1LS4zNDVjLS44NTQgMS4yNjEtMi4zMSAyLjA5Mi0zLjk2MSAyLjA5MmE0Ljc4IDQuNzggMCAwIDEtMy4wMDUtMS4wNTVsMS44MDktMS40NzQuOTg0Ljg0NyAxLjkwNS0xLjAwM0w4LjE3NCA1LjgybC0uMzg0LS43ODYtMS4xMTYuNjM1LS41MTYuNjk0LS42MjYuMjM2LS44NzMtLjM4N2gwbC0uMjEzLS45MS4zNTUtLjU2Ljc4Ny0uMzcuODQ1LS45NTktLjcwMi0uNTEtMS44NzQuNzEzLTEuMzYyIDEuNjUxLjY0NSAxLjA5OC0xLjgzMSAxLjQ5MnptOS42MTQtMS40NEE1LjQ0IDUuNDQgMCAwIDAgMTEgNS41QzExIDIuNDY0IDguNTAxIDAgNS40MjIgMCAyLjc5NiAwIC41OTEgMS43OTQgMCA0LjIwNmguODQ4QzEuNDE5IDIuMjQ1IDMuMjUyLjgwOSA1LjQyMi44MDljMi42MjYgMCA0Ljc1OCAyLjEwMiA0Ljc1OCA0LjY5MSAwIC4xOS0uMDEyLjM3Ni0uMDM0LjU2bC43NzcuMzU3aDB6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM1ZGE0MjYiLz48L2c%2BPC9zdmc%2B&style=flat-square
[release-badge]: https://img.shields.io/github/v/release/xMikux/ModsTranslationPack?label=%E7%99%BC%E4%BD%88%E7%89%88&logo=semanticrelease&style=flat-square
[release-badge]: https://img.shields.io/github/v/release/TeamKugimiya/ModsTranslationPack?label=%E7%99%BC%E4%BD%88%E7%89%88&logo=semanticrelease&style=flat-square
[discord-badge]: https://img.shields.io/discord/947630690315411476?label=%E9%87%98%E5%AE%AE%E7%BF%BB%E8%AD%AF%E7%B5%84&logo=discord&style=flat-square
[repo-stars]: https://img.shields.io/github/stars/xMikux/ModsTranslationPack?label=%E2%AD%90%E6%98%9F%E6%98%9F%E6%95%B8&style=flat-square
[repo-stars]: https://img.shields.io/github/stars/TeamKugimiya/ModsTranslationPack?label=%E2%AD%90%E6%98%9F%E6%98%9F%E6%95%B8&style=flat-square

<!-- 授權條款徽章 -->
[CC BY-NC-ND 4.0]: https://img.shields.io/badge/授權條款-CC%20BY--NC--ND%204.0-orange?style=flat-square&logo=creativecommons
Expand All @@ -258,13 +258,13 @@
[MIT]: https://img.shields.io/badge/授權條款-MIT-orange?style=flat-square

<!-- 連結 -->
[github]: https://github.com/xMikux/ModsTranslationPack
[github]: https://github.com/TeamKugimiya/ModsTranslationPack
[modrinth]: https://modrinth.com/resourcepack/modstranslationpack
[release-latest]: https://github.com/xMikux/ModsTranslationPack/releases/latest
[release-latest]: https://github.com/TeamKugimiya/ModsTranslationPack/releases/latest
[discord-invite]: https://discord.gg/7BbPMtygHU
[prp]: https://www.curseforge.com/minecraft/mc-mods/prp
[untranslated-items]: https://www.curseforge.com/minecraft/mc-mods/untranslated-items
[contributing]: https://github.com/xMikux/ModsTranslationPack/blob/main/docs/CONTRIBUTING.md
[contributing]: https://github.com/TeamKugimiya/ModsTranslationPack/blob/main/docs/CONTRIBUTING.md

<!-- 授權條款 -->
[main-license]: LICENSE
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ mods_fix(Just Enough Items): 修正錯字
不用擔心,你只需建立你的 PR,我們將會告訴你該怎麼修正!

<!-- 連結 -->
[github]: https://github.com/xMikux/ModsTranslationPack/
[pre-release]: https://github.com/xMikux/ModsTranslationPack/releases/tag/latest-build
[github]: https://github.com/TeamKugimiya/ModsTranslationPack/
[pre-release]: https://github.com/TeamKugimiya/ModsTranslationPack/releases/tag/latest-build
[discord-invite]: https://discord.gg/7BbPMtygHU
[mdn-translate-guide]: https://github.com/mdn/translated-content/blob/main/docs/zh-tw/translation-guide.md
[microsoft-lang-portal]: https://www.microsoft.com/zh-tw/language/
Expand Down

0 comments on commit c48e146

Please sign in to comment.