Live data from Hacker News

Interpreter – Offline screen translator for Japanese retro games

github.com

1–10 of 15 posts

Re: Interpreter – Offline screen translator for Japanese retro games

#2
Nice, I wonder how the banner would work for menu or any complex screen that's not a single sentence.

In the past, I've used MORT to play some Japanese MMO game. In-place overlay makes it easier to actually play the game instead of doing dictionary lookup on the side.

These days I stopped using realtime translator and just embrace the slow pace of learning these languages while enjoying the game story.

MORT: https://github.com/killkimno/MORT

Re: Interpreter – Offline screen translator for Japanese retro games

#7
Nice! I wrote a script similar to this that triggers when I take a screenshot with Flameshot, OCR's the screenshot using an API and opens web page with the OCR'd text. I prefer to use a Japanese to Japanese dictionary when possible which I have as a browser extension (yomitan). I like that this approach doesn't require an external API.
Post reply on HN