Summary: | Mix of translated and untranslated message | ||
---|---|---|---|
Product: | PulseAudio | Reporter: | Göran Uddeborg <goeran> |
Component: | tools | Assignee: | pulseaudio-bugs |
Status: | RESOLVED FIXED | QA Contact: | pulseaudio-bugs |
Severity: | normal | ||
Priority: | medium | CC: | aspotashev, lennart, piotrdrag |
Version: | unspecified | Keywords: | love |
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Göran Uddeborg
2014-03-23 21:52:44 UTC
Thanks for the report, and sorry for ignoring the original report. (In reply to comment #0) > pa_log(_("Connected to device %s (%u, suspended: %s)."), > pa_stream_get_device_name(s), > pa_stream_get_device_index(s), > pa_yes_no(pa_stream_is_suspended(s)); I implemented this suggestion. Fixes committed: http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=cd13fb368dd5ee286f83eba500098c37b0df28f0 http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=568702f44ec5d5d25c19a8a77ce888174ce2ed00 The strings "yes" and "no" are not extracted from src/pulsecore/core-util.h to pulseaudio.pot, and therefore will not be translatable. I use the following command sequence to generate pulseaudio.pot: ./autogen.sh cd po make update-po Also, there is a similar problem (word puzzle) with "not" here in src/utils/pacat.c, line 410: pa_log(_("Stream moved to device %s (%u, %ssuspended).%s"), pa_stream_get_device_name(s), pa_stream_get_device_index(s), pa_stream_is_suspended(s) ? "" : _("not "), CLEAR_LINE); On word puzzles in general: http://techbase.kde.org/Development/Tutorials/Localization/i18n_Mistakes#Pitfall_.232:_Word_Puzzles Alexander, let us keep one issue per report. The problem originally reported here is fixed. The additional problems you mention are likely not being noticed because of that. I suggest you create a separate report for them, most likely they will have a better chance of being handled that way. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.