Skip to content

Commit

Permalink
feat: Add emoji.windows.txt
Browse files Browse the repository at this point in the history
Microsoft IME 形式の辞書を release assets に追加

Close #4
  • Loading branch information
peaceiris committed Jul 27, 2020
1 parent 95e359b commit 3333f46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ GitHub, Slack のようにコロン `:` をトリガーとして IME でも絵

- [複数の単語を一括で登録するには](https://support.microsoft.com/ja-jp/help/881925)

作者が Windows を持っていないため検証できていません。どなたか検証をお願いします。
[Issue #4](https://github.com/peaceiris/emoji-ime-dictionary/issues/4)
`emoji.windows.zip` を解凍して得られる `emoji.windows.txt` をインポートしてください。

### ATOK

Expand Down
4 changes: 3 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ mkdir "${RELEASE_ASSETS_DIR}"
cat $(echo ./tsv/*.tsv) > "./${RELEASE_ASSETS_DIR}/emoji.txt"
(
cd "${RELEASE_ASSETS_DIR}"
nkf -w16L -Lw ./emoji.txt > ./emoji.windows.txt
zip ./emoji.zip ./emoji.txt
rm ./emoji.txt
zip ./emoji.windows.zip ./emoji.windows.txt
rm ./*.txt
)

sed -i "1i日本語 IME 絵文字拡張辞書 ${TAG_NAME}\n" "./${RELEASE_NOTES}"
Expand Down
1 change: 1 addition & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
| ファイル名 | 中身 |
|---|---|
| emoji.zip | 日本語で絵文字を入力するための日本語 IME 向け追加辞書 |
| emoji.windows.zip | 日本語で絵文字を入力するための日本語 IME 向け追加辞書 (Microsoft IME 形式) |

0 comments on commit 3333f46

Please sign in to comment.