From 70f5f9923e6572d47ce5415f3ddfc8aaffe2b514 Mon Sep 17 00:00:00 2001 From: Xzonn Date: Sat, 10 Feb 2024 18:37:37 +0800 Subject: [PATCH] Update README and workflow --- .github/workflows/build.yml | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc23432..c82ae36 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,20 +25,20 @@ jobs: id: commit run: | echo "commit_message=$(git log -1 --pretty=%s)" >> $env:GITHUB_OUTPUT - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.10" - run: pip install Pillow - run: echo "${{ secrets.ORIGINAL_FILES_URL }}" > original_files_url.txt - name: Cache original files id: cache-original-files - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: original_files/ key: original-files-${{ hashFiles('original_files_url.txt') }} - name: Cache dotnet script id: cache-dotnet-script - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.dotnet/tools/ key: original-files-dotnet-script @@ -57,7 +57,7 @@ jobs: } ./build.ps1 - name: Upload patch - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: patch path: | diff --git a/README.md b/README.md index bfa2bb9..980a426 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## 基本说明 本项目是对《Another Code 两种记忆》(アナザーコード 2つの記憶,异色代码 双重记忆)的简体中文的本地化。 -相较于 PGCG 汉化组制作的旧汉化版,本汉化对游戏中图片的文本进行了翻译。 +本汉化对游戏中图片的文本进行了翻译,并且对游戏中存在的所有文本均重新翻译校对。由于修改了可执行文件,如本汉化版存在无法触发对话的问题,请及时向我反馈以便排查问题。 人名等专有名词的译名参照了《Another Code 回忆录:两种记忆/记忆之门》官方中文版的翻译,部分文本因技术限制未能与官方中文版保持一致。