ahodesuka / ahoviewer

A GTK image viewer, manga reader, and booru browser
MIT License
480 stars 30 forks source link

Translation support #72

Closed emmauss closed 4 years ago

emmauss commented 5 years ago

Can support be made to view translations of images is available?

ahodesuka commented 5 years ago

I'm not entirely sure this could be done in an elegant manor. Notes including CSS would be impossible to mimic with GTK2, and even normal notes would be quite hard to find a nice way to be displayed.

My recommendation would be to just use the open post hotkey to view translated posts in your web browser.

ahodesuka commented 4 years ago

Gonna re-open this and look at possibly adding it as I'm now using GTK3 and it should be easier.

ahodesuka commented 4 years ago

Looking at this again and I just realized that neither danbooru or gelbooru expose translations with their API, so this isn't possible to be built into ahoviewer. Found the API for it, they call them notes and gelbooru doesn't document it at all but I think I can work with it.