Icinga / icingaweb2

A lightweight and extensible web interface to keep an eye on your environment. Analyse problems and act on them.
https://icinga.com/get-started/
GNU General Public License v2.0
809 stars 282 forks source link

Enhance the js string `config.locale` to also define the country #5254

Open sukhwinder33445 opened 2 months ago

sukhwinder33445 commented 2 months ago

The current js property config.locale only describes the language (‘en, de, es’). It should also define the country, as php locale does (‘en_US, en_GB, de_DE’).

Note: js requires a hyphen instead of an underscore (‘en-US, en-GB, de-DE’).