Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linusyang/ChineseConv
Action Menu Plugin for converting texts into Traditional Chinese
https://github.com/linusyang/ChineseConv
Last synced: about 20 hours ago
JSON representation
Action Menu Plugin for converting texts into Traditional Chinese
- Host: GitHub
- URL: https://github.com/linusyang/ChineseConv
- Owner: linusyang
- Created: 2014-09-17T13:11:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-12T05:36:48.000Z (almost 10 years ago)
- Last Synced: 2024-10-29T21:10:39.864Z (10 days ago)
- Language: C
- Size: 1.26 MB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - linusyang/ChineseConv - Action Menu Plugin for converting texts into Traditional Chinese (C)
README
# Chinese Converter
Action Menu Plugin for converting texts into Traditional ChineseCopyright (c) 2014 Linus Yang
## Introduction
*Chinese Converter* is a Cydia Substrate addon for [Action Menu](https://rpetri.ch/cydia/actionmenu/) which adds a pop-up button that converts any Chinese characters in selected text into Traditional Chinese.*Chinese Converter* utilizes [OpenCC](https://github.com/BYVoid/OpenCC), a blazing fast Chinese conversion engine. OpenCC is already embedded in this project and the default configuration accords with Taiwan standard of Traditional Chinese.
Install it in Cydia by adding repo http://yangapp.googlecode.com/svn.
To toggle the pop-up menu, go to *Settings - Action Menu - ChineseConv*.
## Build
```bash
git clone --recursive https://github.com/linusyang/ChineseConv.git
cd ChineseConv
make package
```## License
Licensed under [GPLv3](http://www.gnu.org/licenses/gpl.html).