Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justforuse/simple-traditional-chinese
Nodejs package, transfer chinese between simple and traditional
https://github.com/justforuse/simple-traditional-chinese
Last synced: about 5 hours ago
JSON representation
Nodejs package, transfer chinese between simple and traditional
- Host: GitHub
- URL: https://github.com/justforuse/simple-traditional-chinese
- Owner: justforuse
- Created: 2016-09-29T01:51:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T08:58:14.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T01:19:20.071Z (10 days ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Transfer Chinese language json file between simple and traditional.
## Install
```sh
$ npm install --save simple-traditional-chinese
```## Usage
```js
// load the simple to traditional module
var traditionlize = require("./traditionlize");// load the traditional to simple module
var simplify = require("./simplify");// transfer simple to traditional language json file
// and then there will be a file named tra_simple-language.json file
traditionlize("simple-language.json");// transfer simple to traditional language json file
// and then there will be a file named sim_traditional-language.json file
simplify("traditional-language.json");
```## Author
[justforuse](http://justforuse.github.io/)