You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've searched in the codebase for locale and lang(uage) but nothing relevant comes up.
Requirements
Add a report_locale method
Pass the selected locale to Axe-core (axe.configure({locale: ?}) before running checks.
User Story
We're automatically auditing a website to make sure that code changes don't introduce accessibility issues.
The website maintainers are not native English speakers, and would be better able to understand and fix issues using the translated messages. Axe-core includes a dozen locales, it would be great if the issues reported back to Rspec could be translated.
Acceptance Criteria
expect(page).to be_axe_clean.report_locale(:ja) returns japanese messages.
The text was updated successfully, but these errors were encountered:
Hi, I've searched in the codebase for
locale
andlang(uage)
but nothing relevant comes up.Requirements
report_locale
methodaxe.configure({locale: ?})
before running checks.User Story
We're automatically auditing a website to make sure that code changes don't introduce accessibility issues.
The website maintainers are not native English speakers, and would be better able to understand and fix issues using the translated messages.
Axe-core includes a dozen locales, it would be great if the issues reported back to Rspec could be translated.
Acceptance Criteria
expect(page).to be_axe_clean.report_locale(:ja)
returns japanese messages.The text was updated successfully, but these errors were encountered: