This repository was archived by the owner on Sep 20, 2023. It is now read-only.
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
Implement pseudo-localization #397
Open
Description
When developing a new feature in the DApp, it may be helpful to be able to view the component with longer/taller strings to identify inflexible containers and make sure they can handle non-english strings. Otherwise, we have to wait until translators complete translation of the new strings, which will usually not be available until after the feature is released.
Inspired by this blog post from Netflix:
https://medium.com/netflix-techblog/pseudo-localization-netflix-12fff76fbcbe
Here's someone's open-source implementation of the concepts in that blog post:
https://www.npmjs.com/package/pseudo-localization
We could trigger pseudo-localization via a query string like ?localize=true
or some other method.