From ddf976734d9d6e1d6cacedee4829ed7e9261da6e Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sat, 9 May 2026 19:58:40 +0900 Subject: [PATCH] chore: update env var in documentation --- docs/source/locale.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/locale.rst b/docs/source/locale.rst index 4d04242..7a981ac 100644 --- a/docs/source/locale.rst +++ b/docs/source/locale.rst @@ -7,6 +7,6 @@ This is used for thousands separators in long numbers and decimal separators in If you wish to use a specific regional numbering preference while retaining a different base system language (e.g., English language with German-style numbering), pass the desired locale as a variable before launching DZGUI: -``LC_ALL=de_DE.UTF-8 ./dzgui.sh`` +``LC_NUMERIC=de_DE.UTF-8 ./dzgui`` If you intend to use this frequently, you could wrap the above in a script or alias.