Jenkins in Windows shows UI in russian language

2020-05-24 19:09发布

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 configuration "Region and Settings". Format - English(United States). Location - United States. Only the Timezone is Ukrainian - UTC +02:00.

Is it possible to force Jenkins to show the UI in English language?

PS. I did not have such a problem with Hudson before.

Locale Plugin helped to change the default locale to English.

I changed the language in the configuration of Chrome and now Jenkins is in English :)

标签: jenkins
8条回答
等我变得足够好
2楼-- · 2020-05-24 19:58

enter image description here

You have to install the Locale plugin, which is already available but not installed as default, and then under Manage System > Locale insert "Locale.ENGLISH" in java style.

查看更多
狗以群分
3楼-- · 2020-05-24 19:59

A better and more simple solution is to just remove Russian from Chrome.

In other words, change Browser Language Settings.

e.g. for Chrome, Go to Chrome Settings -> Language -> Remove selected language.

查看更多
登录 后发表回答