Skip to content

<en_us>Translate file content from Simplified Chinese to Traditional Chinese.</en_us> <zh_cn>翻译文件中的简体中文到繁体中文。</zh_cn> <zh_tw>翻譯文件中的簡體中文到繁體中文。</zh_tw>

License

Notifications You must be signed in to change notification settings

anqisoft/ts_deno_cn2tw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduce

  • Translate file content from Simplified Chinese to Traditional Chinese.
  • 翻译文件中的简体中文到繁体中文
  • 翻譯文件中的簡體中文到繁體中文

Import

import { convert } from 'https://deno.land/x/cn2tw/@v0.0.1/index.ts';

Usage1

::deno run --allow-run --allow-read --allow-write https://deno.land/x/cn2tw/@v0.0.1/index.ts ~sourceFilename~ ~goalFilename~
deno run --allow-run --allow-read --allow-write https://deno.land/x/cn2tw/@v0.0.1/index.ts zh_cn.txt zh_tw.txt

Usage2

import { convert } from 'https://deno.land/x/cn2tw/@v0.0.1/index.ts';
// convert(~sourceFilename1~, ~goalFilename1~);
convert('zh_cn.txt', 'zh_tw.txt');

This

typescript

github: https://github.com/anqisoft/ts_deno_cn2tw
deno: https://deno.land/x/cn2tw

javascript

github: https://github.com/anqisoft/js_node_cn2tw
npmjs: https://www.npmjs.com/package/@dishanqian/cn2tw

Base

typescript

github: https://github.com/anqisoft/ts_cn_and_tw
deno: https://deno.land/x/cn_and_tw

javascript

github: https://github.com/anqisoft/js_cn_and_tw
npmjs: https://www.npmjs.com/package/@dishanqian/cn_and_tw

Sibling

typescript

github: https://github.com/anqisoft/ts_deno_tw2cn
deno: https://deno.land/x/tw2cn

javascript

github: https://github.com/anqisoft/js_node_tw2cn
npmjs: https://www.npmjs.com/package/@dishanqian/tw2cn

About

<en_us>Translate file content from Simplified Chinese to Traditional Chinese.</en_us> <zh_cn>翻译文件中的简体中文到繁体中文。</zh_cn> <zh_tw>翻譯文件中的簡體中文到繁體中文。</zh_tw>

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published