GnuCash macos 设置中文的方法

一、环境:

macos 13.6.1

gnucash 5.4-2

二、查看系统默认语言:

bash 复制代码
defaults read -g AppleLocale

三、设置gnucash应用语言:

bash 复制代码
defaults write $(mdls -name kMDItemCFBundleIdentifier -raw /Applications/GnuCash.app) AppleLanguages "(zh-Hans)"

四、查看gnucash应用语言:

bash 复制代码
defaults read $(mdls -name kMDItemCFBundleIdentifier -raw /Applications/GnuCash.app) AppleLanguages

五、删除gnucash应用语言设置,即恢复系统默认语言:

bash 复制代码
defaults delete $(mdls -name kMDItemCFBundleIdentifier -raw /Applications/GnuCash.app) AppleLanguages
相关推荐
harmful_sheep2 天前
mac生效的终端查看
macos
iOS门童2 天前
macOS 应用"已损坏"无法打开?一文搞懂 Gatekeeper 与解决方案
macos
NPE~2 天前
[工具分享]Maccy —— 优雅的 macOS 剪贴板历史管理工具
macos·教程·工具·实用工具
差不多程序员3 天前
Mac安装OpenClaw-cn保姆级教程
macos
dzl843943 天前
mac 安装python
开发语言·python·macos
Bruce_Liuxiaowei3 天前
在 macOS 上通过 Docker 本地安装 OpenClaw 完整教程
macos·docker·容器·openclaw
阿捏利3 天前
详解Mach-O(十五)Mach-O __DATA_CONST
macos·ios·c/c++·mach-o
ShikiSuen3 天前
macOS 的 CpLk 中英切换卡顿的元凶在 InputMethodKit 本身
macos
xiayutian_c3 天前
如虎添翼-MacOS
macos
m0_737302583 天前
iOS IPA 安装 Plist 文件生成工具
macos·objective-c·cocoa