From 03b251732eb41c70c42b6e4da222e6ee71a87a3f Mon Sep 17 00:00:00 2001 From: Gorniaky Date: Wed, 3 Jun 2026 13:30:24 -0300 Subject: [PATCH 1/2] fix: update help message to use the correct locale name variable --- lib/commands/user/locale.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/user/locale.dart b/lib/commands/user/locale.dart index 6f8fcd9..e662c0e 100644 --- a/lib/commands/user/locale.dart +++ b/lib/commands/user/locale.dart @@ -16,7 +16,7 @@ final class UserLocaleCommand extends Command { ..addFlag( "system", abbr: "s", - help: "Use current system language (${Platform.localeName})", + help: "Use current system language ($_localeName)", negatable: false, ); } From eea63dc06ab44a9e05aed2dd5b84a22510278ca2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 Jun 2026 16:31:44 +0000 Subject: [PATCH 2/2] docs: update 03b2517 --- docs/commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commands.md b/docs/commands.md index 76e5371..394a000 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -563,7 +563,7 @@ Set your locale Usage: discloud user locale [arguments] -h, --help Print this usage information. -l, --locale= --s, --system Use current system language (C.UTF-8) +-s, --system Use current system language (en-US) ``` ### zip