-
Improvement
-
Resolution: Unresolved
-
Minor
It would be great to indicate the language of the page being displayed. Even if some localizations are missing, showing a baseline language might be useful.
This locale field should be somehow determined from the response page so that plugins like Locale Plugin are handled correctly (see the filter here: https://github.com/jenkinsci/locale-plugin/blob/master/src/main/java/hudson/plugins/locale/LocaleFilter.java)
[JENKINS-62419] Indicate the language of the page in the footer
Epic Link | New: JENKINS-62268 [ 206224 ] |
Assignee | New: Oleg Nenashev [ oleg_nenashev ] |
Assignee | Original: Oleg Nenashev [ oleg_nenashev ] |
Assignee | New: Aytunc BEKEN [ aytuncbeken ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Attachment | New: jenkins-locale-3.png [ 51314 ] | |
Attachment | New: jenkins-locale-2.png [ 51315 ] | |
Attachment | New: jenkins-locale-1.png [ 51316 ] |
Attachment | New: jenkins-locale-4.png [ 51317 ] |
Hi,
Implemented changes in Jenkins Core with this branch. https://github.com/aytuncbeken/jenkins/tree/JENKINS-62419
While implementing, I noticed that, Request object returns the true Locale information when Locale Plugin is used. Therefore, implementation is getting Locale info from Request object.