Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
MRGRD56 committed Mar 30, 2024
2 parents 044d7c1 + 30e5f6e commit 27b4ade
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ You need some JavaScript knowledge to configure and use this application.

The purpose of this software is to be able to fine-tune Textractor in terms of parsing, modifying and translating texts for each separate game.

### Demo: translating a visual novel from Japanese to English
### Demo: translating visual novels from Japanese to English

![textractor-translator-v0 2 0-demo_3](https://user-images.githubusercontent.com/35491968/210839740-3f1b3801-1b06-4814-9dba-0a737b7890cd.gif)
<img src="https://user-images.githubusercontent.com/35491968/210839740-3f1b3801-1b06-4814-9dba-0a737b7890cd.gif" width=800>
<!--![textractor-translator-v0 2 0-demo_3](https://user-images.githubusercontent.com/35491968/210839740-3f1b3801-1b06-4814-9dba-0a737b7890cd.gif)-->

<img src="https://github.com/MRGRD56/textractor-translator/assets/35491968/f1e83c22-7810-4eaf-9c45-4eff49963fda" width="800">

### Version 0.2.1

Expand Down Expand Up @@ -286,6 +289,7 @@ config.transformOriginal = ({text, meta}) => {
.replaceAll(/\\\w/g, '')
.replaceAll('', '\'')
.replaceAll('#4', '~')
.replaceAll('#5', '')
.trim();

if (!plainText) {
Expand Down

0 comments on commit 27b4ade

Please sign in to comment.