https://github.com/lwdgit/b28editor
https://github.com/lwdgit/b28editor
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lwdgit/b28editor
- Owner: lwdgit
- Created: 2015-06-06T07:27:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-06T13:34:39.000Z (almost 11 years ago)
- Last Synced: 2025-02-23T08:46:46.971Z (over 1 year ago)
- Language: JavaScript
- Size: 2.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README2.md
Awesome Lists containing this project
README
# Editor for b28translate
##Install
You should have the ```nw``` runtime and the ```node``` runtime both
你应该同时安装nw(node-webkit)和node
###Linux
$git clone https://github.com/lwdgit/B28Editor.git B28Editor
$cd B28Editor
$sudo npm install
$cd ..
$nw B28Editor
###Windows X64
You should have the VC2010 Development Runtime to build the ```jsdom```!
如果你的node是windows 64位版,那么你需要手动编译jsdom,而编译jsdom需要电脑有VC2010以上的运行环境
###Windows X86
If you can`t install the jsdom, you can do like this:
如果你的node是window 32位版,那么你可以这么做:
cd B28Editor/node_b28/node_modules/
mv jsdom_Win32 jsdom
###Usage
点击“打开”,选择test.json或test.txt等待翻译词语,然后逐一翻译,功能类似于PoEditor。
点击“扫描”,可以自动提取待翻译工程目录下的中文字符。