如何更改 gitk 语言(在 Mac 上)?
我在“首选项”菜单中找不到用于更改语言的选项。我知道它必须在其他地方完成,我想是从终端窗口完成的,但我不记得命令了。 如何更改 gitk 界面消息语言?
I cannot find an option in the Preferences menu to change the language. I know it has to be done somewhere else, from a terminal window I think, but I don't remember the commands.
How can I change gitk interface messages language ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据此问题中提供的信息:
在 Mac OS X 中,您应该定义
LANG
变量。您可以通过以下方式执行此操作:如果您想查看英文版的 gitk GUI。
Based on the information available on this issue:
In Mac OS X, you should define the
LANG
variable. You can do this with something like:If you want to see the gitk GUI in English.
如果 git 是随 Homebrew 安装的,您可以在这些地方重命名 gitk 和 git gui 的语言文件:
只需将您不想使用的语言文件重命名为其他名称,例如:
当 git 更新时,您可能需要重做此操作。
If git was installed with Homebrew you can rename the language file of gitk and git gui in these places:
Just rename the language file you don't want to use to something else, e.g.:
You might need to redo this when git is updated.