max_liu b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 месеца
..
README.md b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 месеца
_template.json b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 месеца
da.json b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 месеца
de.json b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 месеца
el.json b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 месеца
es.json b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 месеца
eu.json b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 месеца
fr.json b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 месеца
he.json b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 месеца
it.json b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 месеца
ja.json b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 месеца
ko.json b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 месеца
nl.json b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 месеца
no_NB.json b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 месеца
pl.json b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 месеца
pt_BR.json b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 месеца
zh_CN.json b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 месеца
zh_TW.json b7ab7c8514 chore: 更新node_modules依赖文件 преди 2 месеца

README.md

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.