gpt4 book ai didi

linux - 如何更改 GNUCash UI 语言?

转载 作者:IT王子 更新时间:2023-10-29 01:26:24 29 4
gpt4 key购买 nike

我一直在尝试更改 GNUCash UI 语言,如下所述:Link

...通过在终端中运行以下命令:

LANGUAGE=ar_SY LANG=ar_SY gnucash

但它返回了以下内容:

The locale defined in the environment isn't supported. Falling back to the 'C' (US English) locale

有什么解决办法吗?

我认为必须有一种通用的方法来运行具有特定语言的 GTK 应用程序。

最佳答案

tl;博士:

$ LANGUAGE=nl_NL.UTF-8 LANG=nl_NL.UTF-8 LC_ALL=nl_NL.UTF-8 gnucash

(更改为您选择的区域设置代码)


我知道我有点晚了,但我也遇到了语言问题。

另外,我真的想将我的系统语言环境保持在 en_C.UTF-8/C 因为荷兰语规定了逗号作为小数点分隔符,完全扰乱了日常编程任务(尤其是在 LibreOffice 中)。所以我需要 GnuCash 在“翻译模式”下运行。

无论如何,运行

$ LANGUAGE=nl_NL.UTF-8 LANG=nl_NL.UTF-8 gnucash

对我也不起作用(仅以英语运行)。然后,我找到了this link (2015 年 8 月 19 日访问)关于 GnuCash 中的语言环境设置。

在“OS dependend tweaking”部分,在“Changing the Language on Linux”子部分的末尾,他们暗示还指定了 LC_ALL 环境变量:

If you can get the graphical interface in the correct language , but you can't get the accounts in the desired locale, you have to add the LC_ALL variable, like in the following example:

LANG=it_IT.UTF-8 LANGUAGE=it_IT.UTF8 LC_ALL=it_IT.UTF-8 gnucash

这对我有用:

$ LANGUAGE=nl_NL.UTF-8 LANG=nl_NL.UTF-8 LC_ALL=nl_NL.UTF-8 gnucash

也许这对你有用:

$ LANGUAGE=ar_SY LANG=ar_SY LC_ALL=ar_SY gnucash

关于linux - 如何更改 GNUCash UI 语言?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30000008/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com