Jenkins in Windows shows UI in russian language

前端 未结 8 1362
野性不改
野性不改 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-04 23:43

    Seems like chrome has an issue on this,
    It kept sending Hebrew as the first option in the
    Accept-Language on the header
    although English was set to be the top-language on the list (Chrome settings > Languages)

    Solution
    And only after I've added some other language (Russian for instance) and set it to be the 'top' and then set the English back to be the 'top' it solved!

    0 讨论(0)
  • 2021-02-04 23:46

    Locale Plugin helped to change default locale to en.

    0 讨论(0)
  • 2021-02-04 23:47

    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.

    0 讨论(0)
  • 2021-02-04 23:48

    Maybe you can try this
    $ sudo languagesetup

    and choose 1) Use English for the main language to change it back.

    Reference,
    https://support.apple.com/en-us/HT202036

    0 讨论(0)
  • 2021-02-04 23:54

    My operating system is windows 10. I want to use English languages for Jenkins UI. For Region & Languages, I added Turkish and English my default setting is English, however, Jenkins UI is Turkish. If I remove Turkish Jenkins UI looks fine and it turns on English.

    0 讨论(0)
  • 2021-02-04 23:55

    By default, Jenkins takes your browser language. To change it, you need to install Locale plugin and set proper language to ignore browser preferences. Go to Manage Jenkins -> Configure System, find Default Language and set what you need. You can check the video https://youtu.be/UiikMY1uW1w

    0 讨论(0)
提交回复
热议问题