d11 theme
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
rdrew f035d16951 lots of layout changes + sidbars 2 weeks ago
..
README.md lots of layout changes + sidbars 2 weeks ago
_template.json lots of layout changes + sidbars 2 weeks ago
da.json lots of layout changes + sidbars 2 weeks ago
de.json lots of layout changes + sidbars 2 weeks ago
el.json lots of layout changes + sidbars 2 weeks ago
es.json lots of layout changes + sidbars 2 weeks ago
eu.json lots of layout changes + sidbars 2 weeks ago
fr.json lots of layout changes + sidbars 2 weeks ago
he.json lots of layout changes + sidbars 2 weeks ago
it.json lots of layout changes + sidbars 2 weeks ago
ja.json lots of layout changes + sidbars 2 weeks ago
ko.json lots of layout changes + sidbars 2 weeks ago
nl.json lots of layout changes + sidbars 2 weeks ago
no_NB.json lots of layout changes + sidbars 2 weeks ago
pl.json lots of layout changes + sidbars 2 weeks ago
pt_BR.json lots of layout changes + sidbars 2 weeks ago
pt_PT.json lots of layout changes + sidbars 2 weeks ago
ru.json lots of layout changes + sidbars 2 weeks ago
zh_CN.json lots of layout changes + sidbars 2 weeks ago
zh_TW.json lots of layout changes + sidbars 2 weeks ago

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.