Skip to content

Commit

Permalink
fix typo Windowns to Windows (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyu authored Aug 19, 2020
1 parent 2f7c582 commit f97abe6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ GitHub, Slack のようにコロン `:` をトリガーとして IME でも絵

ATOK は元々の機能として「日本語での絵文字入力」が可能ですが、この IME 追加辞書を導入することで表現力を拡張することができます。

- ATOK for Windowns: `emoji.atok-windows.zip`
- ATOK for Windows: `emoji.atok-windows.zip`
- ATOK for Mac: `emoji.atok-macos.zip`

| インポート手順 | インポート手順 |
Expand Down
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ cat $(echo ./tsv/*.tsv) > "./${RELEASE_ASSETS_DIR}/emoji.txt"

zip ./emoji.zip ./emoji.txt

# Microsoft IME (Windowns)
# Microsoft IME (Windows)
nkf -w16L -Lw ./emoji.txt > ./emoji.windows.txt
zip ./emoji.windows.zip ./emoji.windows.txt

# ATOK for Windowns
# ATOK for Windows
sed -e 's/記号/顔文字*/g' ./emoji.windows.txt > ./emoji.atok-windows.txt
zip ./emoji.atok-windows.zip ./emoji.atok-windows.txt

Expand Down
4 changes: 2 additions & 2 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
| ファイル名 | 対象 IME と OS |
|---|---|
| emoji.zip | Google 日本語入力 (macOS, Ubuntu ibus-mozc) |
| emoji.windows.zip | Windowns 版 Google 日本語入力, Microsoft IME |
| emoji.atok-windows.zip | ATOK for Windowns |
| emoji.windows.zip | Windows 版 Google 日本語入力, Microsoft IME |
| emoji.atok-windows.zip | ATOK for Windows |
| emoji.atok-macos.zip | ATOK for Mac |

0 comments on commit f97abe6

Please sign in to comment.