Update language config option's documentation.

Follow-up to #10976.
This commit is contained in:
Kat
2026-02-27 11:01:38 +11:00
parent ca09c0ef2e
commit d5f621044d

View File

@@ -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.