Skip to content

Commit

Permalink
Docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mtusnio committed Sep 29, 2024
1 parent 416435e commit 9559969
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
14 changes: 12 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Pupeeter Dependencies
# CONTRIBUTING.md

You can raise a PR or an issue for any bugs, new features, feature requests and similar.

For any PRs the tests are expected to pass, and for any changes or additions to functionality
those need to be covered by changes or additions to the test coverage.

## Pupeeter Dependencies

https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#chrome-doesnt-launch-on-linux
https://help.accusoft.com/PrizmDoc/v12.2/HTML/Installing_Asian_Fonts_on_Ubuntu_and_Debian.html

## WSL Fonts for test cases

https://help.accusoft.com/PrizmDoc/v12.2/HTML/Installing_Asian_Fonts_on_Ubuntu_and_Debian.html
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Mandarin & Cantonese Pop-Up dictionary

A fork of the (https://github.com/cschiller/zhongwen)[Zhongwen] extension.
Support for Cantonese
(https://cantonese.org/download.html)[CC-Canto] dictionary and jyutping display
was added.
# Chinese-English Popup Dictionary - Mandarin & Cantonese

## Contributions

If you would like to contribute to the project feel free to open issues or,
even better, pull requests.
even better, pull requests. See [CONTRIBUTING.md](./CONTRIBUTING.md) for more information.

## Highlights

Expand Down Expand Up @@ -71,8 +66,7 @@ your experience.
* <kbd>Alt</kbd> + <kbd>3</kbd> takes you to [Dict.cn](https://dict.cn).
* <kbd>Alt</kbd> + <kbd>4</kbd> uses [iCIBA](https://www.iciba.com).
* <kbd>Alt</kbd> + <kbd>5</kbd> looks up the word in the [MDBG dictionary](https://mdbg.net).
* <kbd>Alt</kbd> + <kbd>6</kbd> takes you to [JuKuu](https://jukuu.com).
* <kbd>Alt</kbd> + <kbd>7</kbd> takes you to [MoeDict](https://moedict.tw).
* <kbd>Alt</kbd> + <kbd>6</kbd> takes you to [MoeDict](https://moedict.tw).
* <kbd>T</kbd> is for looking up example sentences at [Tatoeba](https://tatoeba.org).

### Misc
Expand Down Expand Up @@ -103,5 +97,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

---

*Copyright (C) 2024 Michal Tusnio*

Original extension & documentation
*Copyright (C) 2019 Christian Schiller*

0 comments on commit 9559969

Please sign in to comment.