Jenkins in Windows shows UI in russian language

前端 未结 8 1359
野性不改
野性不改 2021-02-04 23:05

I am from Ukraine.
When I open Jenkins in the browser I see all the UI in Russian.
I am running Jenkins on Windows.

However - there is no Russian in Windows co

8条回答
  •  鱼传尺愫
    2021-02-05 00:09

    By default, Jenkins uses the default language of your browser, if it is set. To change it, you could do the follow.

    1. Download and install the locale plugin:

    1. From the main page of Jenkins, go to Manage Jenkins -> Manage Plugins
    2. Click on Availables
    3. Check the "Locale plugin" and clicks on "Download now and install after restart".

    Jenkins will download the plugin and restart if not job has been scheduled.

    2. Set the language:

    Once the plugin has been installed, change the language using following steps:

    1. From the main page of Jenkins, go to Manage Jenkins -> Configure System.

    2. Under Locale, there will be a field called "Default Language". Enter the new language. It could be "en" or "ENGLISH".

    3. Under the text box, check the checkBox called "Ignore browser preference and force this language to all users".

提交回复
热议问题