mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-23 00:01:16 -03:00
There was a mismatch between the extraction done from `build_tools/check.sh` and the one done in `build_tools/fish_xgettext.fish`, resulting in messages guarded by default features being extracted by the former but not the latter. This brings them in sync. Ideally, we would enable all features for extraction, but compiling with `--all-features` is broken and manually keeping the features lists updated is tedious and error prone, so we'll settle on only using default features for now. Closes #12103