forked from rime/librime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade opencc to Ver.1.1.7 (rime#747)
Co-authored-by: wxyzh <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule opencc
updated
18 files
+1 −1 | .appveyor.yml | |
+32 −0 | .github/workflows/mingw.yml | |
+1 −1 | .github/workflows/nodejs.yml | |
+36 −3 | .github/workflows/python.yml | |
+1 −1 | .github/workflows/release-pypi.yml | |
+1 −1 | .travis.yml | |
+26 −1 | CMakeLists.txt | |
+10 −0 | NEWS.md | |
+7 −0 | OpenCCConfig.cmake.in | |
+1 −1 | README.md | |
+10 −3 | data/dictionary/STPhrases.txt | |
+1 −0 | data/dictionary/TWPhrasesIT.txt | |
+399 −1,973 | package-lock.json | |
+1 −1 | package.json | |
+7 −5 | release-pypi-linux.sh | |
+7 −5 | release-pypi-macos.sh | |
+7 −5 | release-pypi-windows.cmd | |
+21 −1 | src/CMakeLists.txt |