OpenBazaar / openbazaar-desktop

OpenBazaar 2.0 Desktop Client (talks to openbazaar-go server daemon)
MIT License
648 stars 186 forks source link

Only Translate Known Conditions #1794

Closed jjeffryes closed 5 years ago

jjeffryes commented 5 years ago

This PR changes the listing details view so the condition is translated in the render function, and unknown conditions are not translated. That allows it to handle listings with conditions that don't match our expected list. I think it's better for users to see the value directly from the data vs. "conditionTypes.SOMETHINGINCAPS".

Closes #1785