https://bugs.kde.org/show_bug.cgi?id=415541

--- Comment #10 from Victor Ryzhykh <victorr2...@yandex.ru> ---
No need to do part of the phrase in the knewstuff package.
Leave it only calls 
title: i18n("%1", component.downloadNewWhat)
or
title: "%1", component.downloadNewWhat
And transfer all the text to plasma packages.
NewStuff.Button {
    downloadNewWhat: i18n("Get New Global Themes...")

This will eliminate problems in other localizations.
In which not all words of the text are written in uppercase.

For example, now "Download New Global Themes...",
Which consists of two parts of the text, from different packages.
And the translation should be "Загрузить новые темы оформеления...".
This cannot be obtained if a two-part text is compiled.

In addition, the translation of the phrase "i18n ("Download New %1",
component.downloadNewWhat)" 
in the package knewstuff does not work.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to