Comment 2 for bug 619632

Revision history for this message
Robert Ancell (robert-ancell) wrote :

Binary package hint: policykit-1

PolicyKit currently requires translations to be in the XML, e.g.:

    <description>Install system color profiles</description>
    <description xml:lang="cs">Instalovat systémové profily barev</description>

This makes it hard to modify translations after build-time and to provide only a set of translations (i.e. a language pack).

It would be better to have:

    <description gettext-domain="gnome-color-manager">Install system color profiles</description>

And use the standard gettext system.