From d5f621044deb8cc37612e2a5a890f8adb71107f0 Mon Sep 17 00:00:00 2001 From: Kat <65649991+00-kat@users.noreply.github.com> Date: Fri, 27 Feb 2026 11:01:38 +1100 Subject: [PATCH] Update `language` config option's documentation. Follow-up to #10976. --- src/config/Config.zig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index eac2b8dbb..cffe55a2d 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -96,10 +96,9 @@ pub const compatibility = std.StaticStringMap( }); /// Set Ghostty's graphical user interface language to a language other than the -/// system default language. The language must be fully specified, including the -/// encoding. For example: +/// system default language. For example: /// -/// language = de_DE.UTF-8 +/// language = de /// /// will force the strings in Ghostty's graphical user interface to be in German /// rather than the system default.