Bug 332782

Summary: Untranslatable channel names
Product: [Applications] kmix Reporter: Alexander Potashev <aspotashev>
Component: generalAssignee: Christian Esken <esken>
Status: RESOLVED FIXED    
Severity: normal CC: lueck
Priority: NOR    
Version: 4.4   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: screenshot with strings "Left" and "Right" without translation

Description Alexander Potashev 2014-03-29 19:21:32 UTC
The following channel names are not translatable, see kmix/core/volume.cpp:
 41 QString Volume::ChannelNameReadable[9] =
 42 {
 43                 "Left", "Right",
 44                 "Center", "Subwoofer",
 45                 "Surround Left", "Surround Right",
 46                 "Side Left", "Side Right",
 47                 "Rear Center"
 48 };

Reproducible: Always
Comment 1 Alexander Potashev 2014-03-29 19:26:38 UTC
Created attachment 85828 [details]
screenshot with strings "Left" and "Right" without translation

Screenshot with strings "Left" and "Right" without translation.

Russian l10n. KMix (kmix.po) and Pulseaudio (pulseaudio.po) are 100% translated into Russian.
Comment 2 Christian Esken 2014-04-04 14:22:28 UTC
Acknowledged. Adding support for it.
Comment 3 Christian Esken 2014-04-04 14:42:29 UTC
Git commit 4944c548727f8d411fed11cf083ce6b061de43e6 by Christian Esken.
Committed on 04/04/2014 at 14:41.
Pushed by esken into branch 'master'.

Support translation of channel names (e.g. Left, Rear back Subwoofer)

M  +13   -5    core/volume.cpp

http://commits.kde.org/kmix/4944c548727f8d411fed11cf083ce6b061de43e6