| Summary: | Untranslatable channel names | ||
|---|---|---|---|
| Product: | [Applications] kmix | Reporter: | Alexander Potashev <aspotashev> | 
| Component: | general | Assignee: | Christian Esken <esken> | 
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | lueck | 
| Priority: | NOR | ||
| Version First Reported In: | 4.4 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kmix/4944c548727f8d411fed11cf083ce6b061de43e6 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | screenshot with strings "Left" and "Right" without translation | ||
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.
    Acknowledged. Adding support for it. 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  | 
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