mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-19 03:21:18 +00:00
macOS: disable setting LANGUAGE for now until bug is fixed
See: https://github.com/ghostty-org/ghostty/discussions/6633 This is temporary while we figure this out.
This commit is contained in:
@@ -116,7 +116,11 @@ fn setLangFromCocoa() void {
|
||||
"setting LANGUAGE from preferred languages value={s}",
|
||||
.{pref},
|
||||
);
|
||||
_ = internal_os.setenv("LANGUAGE", pref);
|
||||
|
||||
// TODO: Disabled until we can figure out why this is causing
|
||||
// invalid translations:
|
||||
// https://github.com/ghostty-org/ghostty/discussions/6633
|
||||
// _ = internal_os.setenv("LANGUAGE", pref);
|
||||
}
|
||||
} else |err| {
|
||||
log.warn("error getting preferred languages. err={}", .{err});
|
||||
|
||||
Reference in New Issue
Block a user