Skip to content

Commit

Permalink
添加翻译子模块
Browse files Browse the repository at this point in the history
  • Loading branch information
chinosk6 committed Dec 4, 2023
1 parent e607b7f commit 8ada020
Show file tree
Hide file tree
Showing 4 changed files with 679 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
mkdir package
cp build/bin/x64/Release/version.dll package/version.dll
cp resources/scsp-config.json package/scsp-config.json
cp resources/schinese/scsp_localify package/scsp_localify
- uses: actions/upload-artifact@v2
with:
name: scsp-localify
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "deps/rapidjson"]
path = deps/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "resources/schinese"]
path = resources/schinese
url = https://github.com/chinosk6/SCSPTranslationData.git
Loading

0 comments on commit 8ada020

Please sign in to comment.