Stellarium / stellarium

Stellarium is a free GPL software which renders realistic skies in real time with OpenGL. It is available for Linux/Unix, Windows and macOS. With Stellarium, you really see what you can see with your eyes, binoculars or a small telescope.
https://stellarium.org
GNU General Public License v2.0
7.83k stars 830 forks source link

dot-versus-comma decimal separator issue #2902

Open AlbertFetscher opened 1 year ago

AlbertFetscher commented 1 year ago

At the moment it seems that only a "dot" is used in Stellarium as decimal separator.

Is it possible to configure (via settings or automatically depending on culture information) this behaviour to choose between "dot" or "comma" as decimal separator?

github-actions[bot] commented 1 year ago

Thanks for adding your first issue to Stellarium. If you have questions, please do not hesitate to contact us.

10110111 commented 1 year ago

This is not implemented.

Any attempt at implementation must take into account the fact that Stellarium has many input fields that are not simply decimal numbers (e.g. degree-minute-second). Also, there are command-line options that take e.g. geographic coordinates, which will be affected by this.

github-actions[bot] commented 1 year ago

Hello @AlbertFetscher!

Thank you for this suggestion.