Javadoc is in Chinese
Describe the bug
The Javadoc tree-sitter-0.23.0-javadoc.jar published to Maven Central is in Chinese:
Expected behavior Since the documentation is in English, the Javadoc should probably be generated in English as well?
You can use the javadoc -locale argument to explicitly set the Locale to use, see documentation. That should probably fix it.
Additional context A bit related to this: Maybe it would be useful to add a javadoc.io badge and link to the README so users can more easily browse the Javadoc online?
Markdown code:
[](https://javadoc.io/doc/io.github.bonede/tree-sitter)
Rendered:
(not completely sure why it still shows "0.22.6.1" as latest version, that will probably fix itself over time?)
Great idea!
Planned to fix this in the next release.
Hi,
Javadoc was localized in English in 0.24.3.
Thanks! Feel free to close this issue if you think this is resolved.