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