----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128612/#review98145 -----------------------------------------------------------
Thanks for the quick reaction :) IMHO it makes sense, as it allows the code in the wallpaper qml itself to be more clean and easier to read. Compare ``` text: wallpaper.configuration.DisplayText || i18nd("plasma_wallpaper_org.kde.plasma.textwallpaper", "<Please configure a text to display>") ``` to ``` text: wallpaper.configuration.DisplayText || i18n("<Please configure a text to display>") ``` - Friedrich W. H. Kossebau On Aug. 5, 2016, 1:56 p.m., David Edmundson wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/128612/ > ----------------------------------------------------------- > > (Updated Aug. 5, 2016, 1:56 p.m.) > > > Review request for KDE Frameworks and Plasma. > > > Repository: plasma-framework > > > Description > ------- > > Add translation domain to wallpaper context. > > > Diffs > ----- > > src/scriptengines/qml/plasmoid/wallpaperinterface.cpp > 507c82f03b76a948e1c8e07e546756a172359a40 > > Diff: https://git.reviewboard.kde.org/r/128612/diff/ > > > Testing > ------- > > Tested with qDebug. > > not convinced if it makes sense unless the config view is also fixable. > > > Thanks, > > David Edmundson > >
_______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel