Background:
I would like to have translated JFileChooser component in my application.
There are tutorials how to do it:
How can I add localization to JFileChooser for a locale that is not supported by default?
https://beradrian.wordpress.com/2007/07/30/internationalization-for-swing-standard-components
However if I understand well, you have to make your own bundle for every language.
I would expect there is some sort of "official translations repository" for the main component like JFileChooser, but I'm not able to find anything like it.
My question is:
Does anyone know about some official or unofficial collection of the resource bundles for swing components like JFileChooser?