Skip to content

Commit

Permalink
<docs> update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousException committed Jan 22, 2024
1 parent 4488135 commit da2e759
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,18 @@ You can download the latest version through https://github.com/anonymousExceptio
## Features

- Completely free and open-source
- Support **special symbols** in untranslated contents like "{}" "[]" and "<>" , the contents in special symbols will not be translated
- Support **special symbols** in untranslated contents like "{}" "[]" and "<>" , the contents in special symbols will not be translated. Example:
- ```python
# untranslated contents:
# "Your name is [povname], right?"

# Chinese translated:
"你的名字是 [povname] ,对吗?"

# Japanese translated:
"あなたの名前は [povname] ですよね?"
```

- Support extract the untranslated words ren'py engine has not discovered
- Support input,brower and drag the file(s) and directory
- Support translate/extract for single rpy file
Expand Down
13 changes: 12 additions & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,18 @@
## 特性

- 完全免费且开源
- 支持要翻译的文本中包含特殊符号,像 "{}" "[]" 和 "<>" , 特殊符号里的内容不会被翻译
- 支持要翻译的文本中包含特殊符号,像 "{}" "[]" 和 "<>" , 特殊符号里的内容不会被翻译,例子:

```python
# 未翻译的文本:
# "Your name is [povname], right?"

# 中文翻译:
"你的名字是 [povname] ,对吗?"

# 日语翻译:
"あなたの名前は [povname] ですよね?"
```
- 支持抽取出 ren'py 未能发现的未翻译文本
- 支持输入、浏览、拖拽文件或者目录
- 支持针对单个 rpy 文件进行翻译/抽取未翻译文本
Expand Down

0 comments on commit da2e759

Please sign in to comment.