You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: Some installed kegs have no formulae!
This means they were either deleted or installed manually.
You should find replacements for the following formulae:
terraform
Warning: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
icu4c@76
icu4c@77
Description of issue
The coreutils 9.11 package comes without translated messages. ls /opt/homebrew/Cellar/coreutils/9.11/share gives: info man
Compare for example with bash: ls /opt/homebrew/Cellar/bash/5.3.15/share gives bash doc info locale man
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew configOutput of
brew doctorDescription of issue
The coreutils 9.11 package comes without translated messages.
ls /opt/homebrew/Cellar/coreutils/9.11/sharegives:info manCompare for example with bash:
ls /opt/homebrew/Cellar/bash/5.3.15/sharegivesbash doc info locale manIn coreutils formula I see:
https://github.com/Homebrew/homebrew-core/blob/main/Formula/c/coreutils.rb#L25
This should mean that the translations get generated at least during compile but after that I do not see them packaged.
I think coreutils came with the translations. Either way - can we get
coreutilswith translations of po-messages?Relevant casks
coreutils
Beta Was this translation helpful? Give feedback.
All reactions