D12102: Port Language KCM to Qt Quick

Alexander Potashev noreply at phabricator.kde.org
Fri Apr 20 08:07:28 UTC 2018


aspotashev added inline comments.

INLINE COMMENTS

> main.qml:59
> +
> +        header: Kirigami.Heading { text: i18n("Add Languages") }
> +

Please add context:

  i18nc("@title:window", "Add Languages")

> main.qml:108
> +
> +            text: i18n("Add")
> +

Please add context for translators:

  i18nc("@action:button", "Add")

> main.qml:145
> +
> +                text: i18n("There are no languages available on this system.")
> +

Please add context:

  i18nc("@info", "There are no languages available on this system.")

> main.qml:157
> +
> +                text: (kcm.everSaved ? i18n("Your changes will take effect the next time you log in.")
> +                    : i18n("There are currently no preferred languages configured."))

Please add context "@info"

> main.qml:170
> +
> +                text: i18ncp("%2 is the language code",
> +                    "The translation files for the language with the code '%2' could not be found. The language will be removed from your configuration. If you want to add it back, please install the localization files for it and add the language again.",

Please add context "@info":

  i18ncp("@info %2 is the language code",

> main.qml:271
> +
> +                text: i18n("Add languages...")
> +

Please add context "@action:button"

REPOSITORY
  R119 Plasma Desktop

REVISION DETAIL
  https://phabricator.kde.org/D12102

To: hein, #kirigami, mart
Cc: aspotashev, davidedmundson, safaalfulaij, abetts, ngraham, plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart, hein
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20180420/f2dda8f8/attachment-0001.html>


More information about the Plasma-devel mailing list