yearn / yearn-vaults-descriptions

Home Page:https://vaults.yearn.finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FRP: Page to view missing translations for the protocols

Majorfi opened this issue Β· comments

commented

What is your proposal πŸš€

  • The Protocols can be found here: https://meta.yearn.network/protocols
  • Each Protocol should have one name, one description and an object of localization with various language with name and description for each of them.
  • Add a new tab in the internal folder to detect protocols with no translations or missing translations
  • A missing translation can be detected when protocol.description === protocol.localization[locale].description (for example).
  • A dropdown/filter should be available to check by locale

What does this solve ? πŸ› 

Will ease the work to find missing strategies translations

More πŸ”Ž

N/A

commented

I am picking this one up πŸ˜ƒ

commented

What is your proposal πŸš€

  • The Protocols can be found here: https://meta.yearn.network/protocols
  • Each Protocol should have one name, one description and an object of localization with various language with name and description for each of them.
  • Add a new tab in the internal folder to detect protocols with no translations or missing translations
  • A missing translation can be detected when protocol.description === protocol.localization[locale].description (for example).
  • A dropdown/filter should be available to check by locale

What does this solve ? πŸ› 

Will ease the work to find missing strategies translations

More πŸ”Ž

Hey, I have implemented the feature in #47 πŸ˜„