summaryrefslogtreecommitdiff
path: root/src/lib/i18n_setup_linux.cc
AgeCommit message (Collapse)Author
2026-03-12Try to respect LC_NUMERIC even if it doesn't match LANG.Carl Hetherington
With LANG=en_GB.UTF-8 and LC_NUMERIC=de_DE.UTF-8 I get . as a decimal separator, I think because the setlocale(LC_ALL, "") uses $LANG everywhere. This is not what wxWidgets expects, and not what I expect (other applications use ,). Fix that by respecting LC_NUMERIC explicitly.
2026-03-12Fix language forcing.Carl Hetherington
We'd always try to do it, even if the passed-in string was empty, which must surely be wrong...
2026-03-12Fix mangled comment.Carl Hetherington
2025-05-27Move i18n setup into 3 separate platform files.Carl Hetherington