Artikash / Textractor

Extracts text from video games and visual novels. Highly extensible.
GNU General Public License v3.0
2.09k stars 203 forks source link

More than 1 line not translating #59

Closed vikas2316 closed 5 years ago

vikas2316 commented 5 years ago

11gatsu no arcadia / 11月のアルカディア is the only game i am having this trouble with. https://vndb.org/v16342 most of case this game have more than 1 lines which produces results like this. desktop screenshot 2018 12 03 - 05 21 08 09 desktop screenshot 2018 12 03 - 05 27 10 23 Error while translating and before lines there is a heart emote.

Artikash commented 5 years ago

Um...a heart? Character code 0x2665? That's pretty bizarre. Could you try adding Regex Filter extension (above the translation extension) and try these filters?

  1. [\u2665]
  2. [\u0080-\u3000]
  3. [\u0000-\u3000]
vikas2316 commented 5 years ago

it's my first time using regex filter extension can you please explain a little bit about it like when i add this extension there is a pop in which i can type these code but there is no ok button / nothing happens when i press enter. i mean how to add these filter?

Artikash commented 5 years ago

It filters according to what’s currently in the input box.

vikas2316 commented 5 years ago

that didn't worked heart stills shows and these lines are not getting translated.

Artikash commented 5 years ago

Even with the third filter the heart shows up? At that point I have no idea tbh.

vikas2316 commented 5 years ago

i thought i had to enter it without bracket,entering with brackets worked thanks, but isn't there a permanent fix for this?

Artikash commented 5 years ago

Nah, I think there's not really any better fix. Anyway, good that it's working.