Using different written language than Polish #4285
-
Hello, Went I start the neovim and open up LazyGit, I'm getting polish translation. How to change that to English? There are a lot of issues about the work on translations but I couldn't not found any settings for it. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
FlameHorizon
Feb 18, 2025
Replies: 1 comment
-
Found it: https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default Create (if does not exist) file Content of gui:
language: 'en' |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
FlameHorizon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found it: https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
Create (if does not exist) file
config.yml
inXDG_CONFIG_HOME/lazygit
.Content of
config.yml
should be as follows: