summaryrefslogtreecommitdiff
path: root/src/os/locale.zig
AgeCommit message (Expand)Author
2025-06-02config: add launched-from to specify launch sourceMitchell Hashimoto
2025-03-12Lots of 0.14 changesMitchell Hashimoto
2025-03-09macOS: only set LANGUAGE for app bundle, do not inherit in termio envMitchell Hashimoto
2025-03-09macOS: disable setting LANGUAGE for now until bug is fixedMitchell Hashimoto
2025-03-08macOS: Set LANGUAGE env var based on macOS preferred language listMitchell Hashimoto
2025-03-07os: remove the preferredLanguages lookupMitchell Hashimoto
2025-03-07os: locale automatically sets LANGUAGE based on macOS preferredMitchell Hashimoto
2023-11-17update zig-objcMitchell Hashimoto
2023-11-05os: macos lang check should include lang nullMitchell Hashimoto
2023-11-05os: rename env to be posix-like, do not allocate on posixMitchell Hashimoto
2023-11-05- Update libxev dependencykcbanner
2023-11-05windows: add support for the glfw backend on Windowskcbanner
2023-10-21If the locale isn't supported and falls back to the POSIX/C locale, use en_US...Brandon Ferguson
2023-09-29os: unset lang completely setlocale failsMitchell Hashimoto
2023-09-29os: we need to copy the old lang pointer before we unsetenvMitchell Hashimoto
2023-09-26Simplify setlocale logic to rely on libc to fail if invalidMitchell Hashimoto
2023-07-19locale: remove default value for local dev envThorsten Ball
2023-07-19locale: set LANG to the fallback value if we have invalid localeThorsten Ball
2023-07-18reset LANG env var if we set it and it is invalidMitchell Hashimoto
2023-07-11validate locale prior to setting, fallback to en_US.UTF-8Mitchell Hashimoto
2022-12-15mac: in debug, set locale to en_US if not manually setMitchell Hashimoto
2022-11-14better commentingMitchell Hashimoto
2022-11-14locale always requires libcMitchell Hashimoto
2022-11-14set system locale on startup, read Mac locale from OS preferencesMitchell Hashimoto