This repository has been archived on 2026-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
todo/client/node_modules/axe-core/locales
2025-06-13 14:04:40 +08:00
..
_template.json Initial commit 2025-06-13 14:04:40 +08:00
da.json Initial commit 2025-06-13 14:04:40 +08:00
de.json Initial commit 2025-06-13 14:04:40 +08:00
el.json Initial commit 2025-06-13 14:04:40 +08:00
es.json Initial commit 2025-06-13 14:04:40 +08:00
eu.json Initial commit 2025-06-13 14:04:40 +08:00
fr.json Initial commit 2025-06-13 14:04:40 +08:00
he.json Initial commit 2025-06-13 14:04:40 +08:00
it.json Initial commit 2025-06-13 14:04:40 +08:00
ja.json Initial commit 2025-06-13 14:04:40 +08:00
ko.json Initial commit 2025-06-13 14:04:40 +08:00
nl.json Initial commit 2025-06-13 14:04:40 +08:00
no_NB.json Initial commit 2025-06-13 14:04:40 +08:00
pl.json Initial commit 2025-06-13 14:04:40 +08:00
pt_BR.json Initial commit 2025-06-13 14:04:40 +08:00
README.md Initial commit 2025-06-13 14:04:40 +08:00
zh_CN.json Initial commit 2025-06-13 14:04:40 +08:00
zh_TW.json Initial commit 2025-06-13 14:04:40 +08: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.