Conversation
|
GNU testsuite comparison: |
Merging this PR will not alter performance
Comparing Footnotes
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Fix an error where only the common strings would be used when falling back to embedded locales. This lead to an issue where the raw Fluent message keys were returned rather than actual error messages, such as `wc-error-failed-to-print-result` instead of "failed to print result". Additionally, preserve partial resources instead of discarding everything when not all messages could be parsed.
|
Hmm the French tests seem to be failing unfortunately. They pass on my machine, I will have a look as to why. |
|
Ah nevermind, the failing utility ( |
Fix an error where only the common strings would be used when falling back to embedded locales. This lead to an issue where the raw Fluent message keys were returned rather than actual error messages, such as
wc-error-failed-to-print-resultinstead of "failed to print result".Additionally, preserve partial resources instead of discarding everything when not all messages could be parsed.
Fixes #11854