Skip to content

Commit

Permalink
Update README and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzonn committed Feb 10, 2024
1 parent 05cfbf7 commit 70f5f99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -57,7 +57,7 @@ jobs:
}
./build.ps1
- name: Upload patch
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: patch
path: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## 基本说明
本项目是对《Another Code 两种记忆》(<span lang="ja">アナザーコード 2つの記憶</span>,异色代码 双重记忆)的简体中文的本地化。

相较于 PGCG 汉化组制作的旧汉化版,本汉化对游戏中图片的文本进行了翻译。
本汉化对游戏中图片的文本进行了翻译,并且对游戏中存在的所有文本均重新翻译校对。由于修改了可执行文件,如本汉化版存在无法触发对话的问题,请及时向我反馈以便排查问题

人名等专有名词的译名参照了《Another Code 回忆录:两种记忆/记忆之门》官方中文版的翻译,部分文本因技术限制未能与官方中文版保持一致。

Expand Down

0 comments on commit 70f5f99

Please sign in to comment.