Bug 178127
| Summary: | avahi-daemon sysinit messages are not localized | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nicolas Mailhot <nicolas.mailhot> |
| Component: | initscripts | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | mitr, rvokal |
| Target Milestone: | --- | Keywords: | i18n |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-11-10 19:02:11 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 150221 | ||
|
Description
Nicolas Mailhot
2006-01-17 21:37:45 UTC
The initscripts package needs to be regenerated with the avahi-daemon initscript installed in order to generate the messages to be translated, then the translation needs to be done . The avahi-daemon initscript should be gettext ready. Not fully, as of 0.6.3-1, at least.
$ grep echo avahi-daemon | grep '"'
echo -n $"Starting Avahi daemon... "
echo -n "Shutting down Avahi daemon: "
echo -n "Reloading Avahi daemon... "
[ $? = 0 ] && echo "Avahi daemon is running" || echo "Avahi daemon is
not running"
echo $"Usage: $0 {start|stop|status|restart|condrestart}"
That's at least 4 strings that aren't marked.
initscripts pot was regenerated at the string freeze, it may get regenerated later.
OK, sorry about that - the initscript is now FULLY gettext-ized in avahi-0.6.4-2 - ALL echo-ed strings are in $"..." quotes. Now startup is localized but shutdown isn't The only thing currently missing is new translations, this should get fixed during the next string freeze. FC-6 contains the necessary translations at least for French and Czech. |