hoarder-app / hoarder

A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search
https://hoarder.app
GNU Affero General Public License v3.0
3.3k stars 117 forks source link

Function request: Switch the display language of the title and description of the bookmark by yourself. #299

Open qixing-jk opened 1 month ago

qixing-jk commented 1 month ago

Set the preferred language and provide a toggle button on the UI (preferred language and original language), so that it is easy to understand the approximate content of bookmarks in other languages.

This feature is not that necessary, direct browser translation is also possible, but it is not easy to realize secondary translation on devices like Android.

MohamedBassem commented 1 month ago

This is not simple and will require outsourcing the translations to different languages. Though we'll have to do it one day :) I think this is a duplicate for https://github.com/hoarder-app/hoarder/issues/57

qixing-jk commented 1 month ago

This is not simple and will require outsourcing the translations to different languages. Though we'll have to do it one day :) I think this is a duplicate for #57

I don't think I've described it accurately enough, so I'll explain it in detail The translation function is for bookmarks and their related contents, not for the UI language of each interface. For example, the titles and descriptions of the bookmarks I've bookmarked are in Japanese, but I'd like to be able to use the Translation API (as those open-source translators have done) to translate them into my mother tongue or the language I want to display them in so that I can quickly identify what I want when browsing the bookmarks and looking at the results of the searches. When browsing bookmarks and looking at the results of a search, I can quickly identify the specific bookmark I need.

MohamedBassem commented 1 month ago

Ah, thanks for the explanation. I got it now :)