-
Notifications
You must be signed in to change notification settings - Fork 781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Localise the HTML reporter interface #1117
Comments
I believe this is out of our scope for QUnit, as long we have a good exposed API. The js-reporter integration should allow us to have localized versions for the reporters. We can also discuss localizing the api docs, that would be great too. |
How far can folks get by just letting the browser translate? I agree that localization is great (especially from an accessibility standpoint), but the overhead of properly supporting it is quite great. |
pretty bad, I can speak on my own experience. Something I believe we might work on is bringing translations to the api docs, that's where it most shines with users and I believe the current jekyll/markdown PR will help a lot there. |
Could you point me to some resource about how to achieve that? |
@viniciussbs sorry for the delay. I think @leobalter's idea would be to add additional reporters in this repo: https://github.com/js-reporters/js-reporters that have their output localized. |
That makes sense. Thanks! |
Rough idea or strawman proposal:
|
I remain open to this in the long-term, however I can't prioritise it enough to work on it myself, and there hasn't been much interest over the years from the community. What I propose is that we focus on making the HTML Reporter as small and separate as possible (#1118). This would open the door for anyone in the wider community to create localised versions of it through a plugin. The plugin would essentially consist of a copy of the then-small I'll close this for now, but if someone is interested in picking this up and encountering an obstacle of sorts, feel free to file an issue here or chat with us anytime! |
(Ditching the issue template since this is more of a meta-issue.)
Is there any interest in internationalizing and possibly localizing QUnit for other locales?
I definitely don't think this should be higher priority than any current initiatives, but I just wanted to see if it might be something that could go on the project roadmap.
Possible steps for this:
The text was updated successfully, but these errors were encountered: