如何更改 gitk 语言(在 Mac 上)?

发布于 2024-11-17 09:18:17 字数 84 浏览 2 评论 0原文

我在“首选项”菜单中找不到用于更改语言的选项。我知道它必须在其他地方完成,我想是从终端窗口完成的,但我不记得命令了。 如何更改 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

遮了一弯 2024-11-24 09:18:17

根据此问题中提供的信息:

Tk 选择中定义的语言
区域和语言控制面板
项目

在 Mac OS X 中,您应该定义 LANG 变量。您可以通过以下方式执行此操作:

export LANG=en_US.UTF-8

如果您想查看英文版的 gitk GUI。

Based on the information available on this issue:

Tk picks up the language as defined in
the Region and Language control panel
item

In Mac OS X, you should define the LANG variable. You can do this with something like:

export LANG=en_US.UTF-8

If you want to see the gitk GUI in English.

海拔太高太耀眼 2024-11-24 09:18:17

如果 git 是随 Homebrew 安装的,您可以在这些地方重命名 gitk 和 git gui 的语言文件:

/usr/local/Cellar/git-gui/2.32.0/share/gitk/lib/msgs
/usr/local/Cellar/git-gui/2.32.0/share/git-gui/lib/msgs

只需将您不想使用的语言文件重命名为其他名称,例如:

mv de.msg de.msg.bak

当 git 更新时,您可能需要重做此操作。

If git was installed with Homebrew you can rename the language file of gitk and git gui in these places:

/usr/local/Cellar/git-gui/2.32.0/share/gitk/lib/msgs
/usr/local/Cellar/git-gui/2.32.0/share/git-gui/lib/msgs

Just rename the language file you don't want to use to something else, e.g.:

mv de.msg de.msg.bak

You might need to redo this when git is updated.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文