Skip to content

Commit

Permalink
chore: #5
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Jan 21, 2022
1 parent d9e3ffb commit 6b9c16f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: install deps
run: |
yarn install --frozen-lockfile
yarn add -W typescript@next jest ts-jest ts-node ynpx lerna
yarn add -W typescript@next jest ts-jest ts-node ynpx lerna yarn-tool
- name: run script
if: success()
# env:
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@ The Chinese Language Pack localizes the UI of IntelliJ IDEA, AppCode, CLion, Dat

## install

- install from [github](https://github.com/bluelovers/idea-l10n-zht/raw/master/plugin-dev-out/zh.jar)
- install from [github](https://github.com/bluelovers/idea-l10n-zht/raw/master/plugin-dev-out/zh.jar) (推薦安裝此版本來得到最新版本)
- install from [jetbrains](https://plugins.jetbrains.com/plugin/18365-chinese-traditional-language-pack-----)

> 注意:請先移除或禁用[官方簡體中文語言包](https://plugins.jetbrains.com/plugin/13710-chinese-simplified-language-pack----)
## dev

請額外自行安裝 typescript@next jest ts-jest ts-node ynpx lerna yarn-tool

或執行 `yarn ci:install`

## 基於分詞系統的替換字詞說明

### [lib/static/synonym.txt](lib/static/synonym.txt)
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"build:tsdx": "ynpx @bluelovers/tsdx build --target node --name index",
"postbuild": "yarn run build:sort",
"ci:test": "yarn run test",
"ci:install": "yarn install --frozen-lockfile && yarn add -W typescript@next jest ts-jest ts-node ynpx lerna yarn-tool",
"ci:build": "yarn run plugin:build && yarn run build:commit",
"npm:publish": "npm publish",
"npm:publish:bump": "yarn run version:bump && npm publish",
Expand Down

0 comments on commit 6b9c16f

Please sign in to comment.