Skip to content

Commit f494bcb

Browse files
committed
Use LANGUAGE instead of LC_ALL in fcitx5-diagnose (#1233)
The "locale" command output is very important and we shouldn't let user override it.
1 parent ecbaf52 commit f494bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ body:
3232
id: diagnose
3333
attributes:
3434
label: Output of fcitx5-diagnose command
35-
description: Please copy-paste the output of `LC_ALL=C fcitx5-diagnose` command. If your issue is related to certain application (e.g. cannot use fcitx in some application), please make sure you run this command while this application is running.
35+
description: Please copy-paste the output of `LANGUAGE=en fcitx5-diagnose` command. If your issue is related to certain application (e.g. cannot use fcitx in some application), please make sure you run this command while this application is running.
3636
validations:
3737
required: true

0 commit comments

Comments
 (0)