tryggvigy / pseudo-localization

Dynamic pseudo-localization in the browser and nodejs
https://tryggvigy.github.io/pseudo-localization/hamlet.html
MIT License
140 stars 15 forks source link

Add support for form fields #13

Open jopdeklein opened 5 years ago

jopdeklein commented 5 years ago

Not sure if it's really useful since it is user input, but perhaps it could help exercising forms for non-English languages during development.

tryggvigy commented 5 years ago

Hey! By form fields I'm assuming you mean inputs, textareas and such?

jopdeklein commented 5 years ago

Correct, they look quite funny next to all the pseudo localized text. It's mostly useful for placeholder values or inputs with default values (or with a maxlength, maybe?)