From 6a85f07d9d3818fc620656b86ab3358dde0bee1f Mon Sep 17 00:00:00 2001 From: cjbzl Date: Tue, 15 Apr 2025 07:05:52 +0000 Subject: [PATCH] English Translation Signed-off-by: cjbzl --- docs/en/docs/Administration/basic-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/Administration/basic-configuration.md b/docs/en/docs/Administration/basic-configuration.md index 670406e23..fd09afe1d 100644 --- a/docs/en/docs/Administration/basic-configuration.md +++ b/docs/en/docs/Administration/basic-configuration.md @@ -62,7 +62,7 @@ To display available locales, run the following command: localectl list-locales ``` -You can check that by listing all Chinese locales with the following command: +For example, to display all available Chinese environments in the current system, the command and output are as follows: ```shell $ localectl list-locales | grep zh -- Gitee