-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Not a huge problem, but an unusual (and maybe amusing) fact: the javadoc artifact you uploaded to Maven Central (at least 5.17.0, not sure about the previous ones) uses German UI, which even sometimes leaks into other tools.
Say, this is documentation for com.sun.jna.platform.win.Kernel32 in IntelliJ IDEA:

If you download the artifact from Maven (download link: https://search.maven.org/remotecontent?filepath=net/java/dev/jna/jna/5.17.0/jna-5.17.0-javadoc.jar), unpack it and open e.g. help-doc.html, you'll also see the UI in German:
All the physical files start from <html lang="de">, so I don't believe this is specific to my system locale. The artifact you upload seems to genuinely be in German :)
While, again, this is not a big problem, I believe it would be better to have the UI and the documentation in the same language. And, since we have the documentation on JNA in English, the javadoc UI should be English as well.
