Actions
Refactor #18439
closedRemove PO locale files from gem packages
Status:
Closed
Priority:
Normal
Assignee:
Category:
Hammer core
Target version:
Difficulty:
Triaged:
Pull request:
Team Backlog:
Description
Both hammer_cli and hammer_cli_foreman packages ship PO and MO files from the git repository, but in practice only the MO files are used (per HammerCLI::I18n::AbstractLocaleDomain#type).
The PO files are quite large, totalling 152KB for hammer_cli and 1.1MB for hammer_cli_foreman 0.9.0 and could be removed from the binary gems to reduce the package and installed sizes.
Actions