Plasma Applet for Audio Volume for kdereview

Burkhard Lück lueck at hube-lueck.de
Thu Aug 6 11:25:32 BST 2015


Am Donnerstag, 6. August 2015, 00:40:41 schrieb Albert Astals Cid:
> El Dimecres, 5 d'agost de 2015, a les 12:45:01, Jonathan Riddell va 
escriure:
> > plasma-pa is a new volume manager and is intended to be a replacement for
> > KMix in Plasma.
> > 
> > We plan to ship it as a beta in Plasma 5.4 and it's currently in kdereview
> > for your reviewing attention.
> > 
> > https://projects.kde.org/projects/kdereview/plasma-pa
> > 
> > Please check over it and consider if it passes review.
> 
> Missing or not so good i18n
> 
> 
> ./src/kcm/package/contents/ui/VolumeSlider.qml:84:        text:
> Math.floor(slider.value / slider.maximumValue * 100.0) + "%"
> ./src/kcm/package/contents/ui/VolumeSlider.qml:90:        text: "100%"
> ./src/kcm/package/contents/ui/StreamListItem.qml:55:                   
> text: PulseObject.client.name + ": " + PulseObject.name
> ./src/kcm/package/contents/ui/main.qml:33:    ConfigModule.quickHelp:
> "((UNKNOWN))" ./applet/contents/ui/ListItemBase.qml:208:                   
>     text: Math.floor(slider.value / slider.maximumValue * 100.0) + "%"
> ./applet/contents/ui/ListItemBase.qml:230:        text: "100%"
> ./applet/contents/ui/StreamListItemBase.qml:28:    label:
> PulseObject.client.name + ": " + PulseObject.name
> 
Please keep in mind that some langs show the "%" sign before the value, so it 
should be i18n("%1%", value) for percent values

-- 
Burkhard Lück





More information about the kde-core-devel mailing list