Skip to content
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
@jordajm

Description

@jordajm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions