lbryio / lbry-redux

Common shared app components for desktop and mobile
MIT License
15 stars 41 forks source link

'/wallet' as a link target should not be localized #320

Closed infinite-persistence closed 4 years ago

infinite-persistence commented 4 years ago

There are two of these entries in redux:

linkTarget: __('/wallet'),

If it's a link, it should not be localized, right? Currently, this string also exists in Transifex for desktop -- I'm not sure if it will mess things up if a translator changes translates it.

infinite-persistence commented 4 years ago

Closed by #323