diff --git a/lib/waldwaechter.sh b/lib/waldwaechter.sh index 48d8320..6491b6d 100644 --- a/lib/waldwaechter.sh +++ b/lib/waldwaechter.sh @@ -112,6 +112,9 @@ function asciimonster() { # πŸ“Š crew_tokens - Token-Verbrauch aller WaldwΓ€chter function crew_tokens() { + # Force C locale for consistent number formatting + export LC_NUMERIC=C + echo "πŸ“Š CrumbCrew Token-Verbrauch" echo "" echo "" @@ -148,6 +151,9 @@ function crew_tokens() { echo " Jede Frage ist wertvoll 🌲" fi echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" + + # Restore locale + unset LC_NUMERIC } # πŸ“‹ crew_status - Status aller WaldwΓ€chter