An open API service indexing awesome lists of open source software.

https://github.com/lwdgit/b28editor


https://github.com/lwdgit/b28editor

Last synced: 9 months ago
JSON representation

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。

点击“扫描”,可以自动提取待翻译工程目录下的中文字符。