docs: locale note

This commit is contained in:
iff 2024-09-25 15:54:07 +02:00
parent d61881306a
commit eeeb5791e3

View file

@ -124,7 +124,7 @@ Suggestions can have additional conditions to check. To specify conditions, add
- `min_length`: Check whether the given command has at least the length of the argument
- `max_length`: Check whether the given command has at most the length of the argument
For locale other than English, be aware that patterns should be the output having `LC_ALL=C` environment variable.
## Current Progress