Commits
Click on a commit to change the comparison rangeuptime: locale init per thread
Store a thread-local flag so ensure_uptime_locale() only runs
setup_localization("uptime") once per thread, and call it from every
public API entry point. This lets library consumers get translated
strings even when the current thread did not explicitly initialize the
locale. uptime: add comment to explain thread local uptime: fix the localization issue uptime: fix the localization issue Merge branch 'main' into fix/uptime-dependency Merge branch 'main' into fix/uptime-dependency