Is your feature request related to a problem? Please describe.
Some most popular origins are so often appearing in the site, that they could be as well considered as a static text.
Describe the solution you'd like
Some most popular characters and origins to be translated just like static text.
Describe alternatives you've considered
Google translate, but it isn't viable with a lot of characters and origins having official names in English.
Additional context
Some of my notes left on an old notebook. It's more about figuring out most common characters etc. to translate.
===
// basic: if the word with a link, try a translation from a structure below (company, charactar etc.)
// on start - read local storage for "unknown translation link count"
// save in local storage updated count
// data structure [{type: charactar, id: 3, count: 3939}]
// create methods to clean and view most popular translations
// if a translation exists, but was once unknown, clear the count, like it never exists
Is your feature request related to a problem? Please describe. Some most popular origins are so often appearing in the site, that they could be as well considered as a static text.
Describe the solution you'd like Some most popular characters and origins to be translated just like static text.
Describe alternatives you've considered Google translate, but it isn't viable with a lot of characters and origins having official names in English.
Additional context Some of my notes left on an old notebook. It's more about figuring out most common characters etc. to translate.
===
// basic: if the word with a link, try a translation from a structure below (company, charactar etc.) // on start - read local storage for "unknown translation link count" // save in local storage updated count // data structure [{type: charactar, id: 3, count: 3939}] // create methods to clean and view most popular translations // if a translation exists, but was once unknown, clear the count, like it never exists