/home/techb158/balavpn.abdallabala.com/node_modules/axe-core/locales
NameSizeModeActions
da.json349530666editdlrm
de.json689910666editdlrm
el.json944270666editdlrm
es.json420240666editdlrm
eu.json406940666editdlrm
fr.json574460666editdlrm
he.json616860666editdlrm
it.json661270666editdlrm
ja.json771380666editdlrm
ko.json646870666editdlrm
nb.json350810666editdlrm
nl.json26690666editdlrm
pl.json625910666editdlrm
pt_BR.json516450666editdlrm
pt_PT.json643020666editdlrm
README.md10340666editdlrm
ru.json915870666editdlrm
zh_CN.json528260666editdlrm
zh_TW.json521950666editdlrm
_template.json594840666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/axe-core/locales/README.md (1034B)
# Localizations We welcome any localization for axe-core. For details on how to contribute, see the [Contributing section](../README.md#contributing) of the main README. For details on the message syntax, see [Check Message Template](../doc/check-message-template.md). To create a new translation for axe, start by running `grunt translate --lang=`. 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=`. 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](../lib/rules) or [check](../lib/checks) metadata file and rebuild.