dequelabs / dequelabs/axe-core

Buildiing an English file and a translated version at the same time is order specific

Open
#4,789 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
7.5k
Forks
933
Avg merge
2d 23h
Merged PRs (30d)
17

Description

To build a translated version of axe-core, you run the build command by passing the `--lang` option. E.g. `npm run build -- --lang=es`. You can even pass multiple langs `npm run build -- --lang=es,ja` to build multiple files at a time. However, you cannot pass `en` as a lang option as the last part and have it work. `npm run build -- --lang=es,en` will output `axe.js` with Spanish translations, while `npm run build -- --lang=en,es` appears to work correctly.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.