mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-20 18:41:16 -03:00
These tests require building with the `localize-messages` feature. If certain translations are updated, this test might fail, either because a message was changed in the source, or because a translation of a message was changed, or because a translation was added in a language which previously did not have a translation for a particular message, and we rely on that in the test. If any of these happen, the tests need to be updated accordingly. Closes #11726