vuejs / vue-issue-helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] English version using Chinese hint

Ovilia opened this issue · comments

The English version of the issue helper uses Chinese hints.

2019-02-15 5 42 17

Could someone help to fix this, or tell me where to look for so that I could make a PR?

It's the browser's native validation tooltip and it depends on browser locale settings so I think in most cases it won't cause confusion. Though we can fix it with setCustomValidity API to enforce consistency, it still requires upstream changes in vuejs/ui.