如何安裝插件更改Jenkins界面語言

69

Install the Locale plugin. You can set the default language for all users, no matter the language configured in their browser.

https://wiki.jenkins-ci.org/display/JENKINS/Locale+Plugin

  1. Click Manage Jenkins > Manage Plugins > [‘Available’ tab]
  2. In the Filter, search for: Locale .
  3. Click on Locale Plugin checkbox and Install without restart button.
  4. After installation is complete:
    • Under Manage Jenkins > Configure System there should be a “Locale” section.
    • Enter the default language_LOCALE code for English: en_US
    • Click on Ignore browser preference and force this language to all users checkbox.


Source How force Jenkins to show UI always in English?
Comments