| Summary: | msghack drops msgctxt | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Akira TAGOH <tagoh> |
| Component: | gettext | Assignee: | Daiki Ueno <dueno> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | dueno, i18n-bugs, petersen, praiskup |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-09 07:01:19 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Akira TAGOH
2016-03-28 08:32:12 UTC
I don't know the origin of msghack, but apparently the tool doesn't support msgctxt at all. Can't you just use msgfilter instead? msgfilter sed -e d < <(echo "msgctxt \"ctxt\"\nmsgid \"id\"\nmsgstr \"string\"\n") yes, msgfilter with --keep-header looks good as a workaround. Given that msghack is provided only for backward compatibility (as noted in msghack.1), and the same task can be performed with the standard tool, I don't think it's worthwhile to add support for msgctxt. |