dequelabs / dequelabs/axe-core
Buildiing an English file and a translated version at the same time is order specific
Open
- 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
Assessment
This issue has not been assessed yet.