spaxel/dashboard/node_modules/axe-core/locales
jedarden 03f765639b feat(feedback): enhance false positive explanations with diagnostic context
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-25 12:35:04 -04:00
..
_template.json feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
da.json feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
de.json feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
el.json feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
es.json feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
eu.json feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
fr.json feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
he.json feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
it.json feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
ja.json feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
ko.json feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
nl.json feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
no_NB.json feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
pl.json feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
pt_BR.json feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
pt_PT.json feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
README.md feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
ru.json feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
zh_CN.json feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00
zh_TW.json feat(feedback): enhance false positive explanations with diagnostic context 2026-04-25 12:35:04 -04:00

Localizations

We welcome any localization for axe-core. For details on how to contribute, see the Contributing section of the main README. For details on the message syntax, see Check Message Template.

To create a new translation for axe, start by running grunt translate --lang=<langcode>. This will create a JSON file with the default English text in it for you to translate. Alternatively, you could copy _template.json.

To update an existing translation file, re-run grunt translate --lang=<langcode>. This will add new messages used in English and remove messages that are no longer used in English.

_template.json is a generated file which is created every time axe is built. It's compiled using each rule's description and help properties, as well as each check's metadata.messages property. To update the _template.json file you'll need to update the corresponding rule or check metadata file and rebuild.