Skip to content

Add translation domain before diving in subdirectories

ivan tkachenko requested to merge work/ratijas/i18n into master

Resolves a bunch or warnings from kf.i18n/KLocalizedString.

Namely,

❯ kpackagetool6 --list-types --global
Package types that are installable with this tool:
Built in:
KPackage Structure Name  Path                  
-----------------------  --------------------  
KPackage/Generic         kpackage/packages/
KPackage/GenericQML      kpackage/genericqml/

Provided by plugins:
kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "User Interface" msgid_plural: "" msgctxt: ""
kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "The compact representation of the sensors plasmoid when collapsed, for instance in a panel." msgid_plural: "" msgctxt: ""
kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "The representation of the plasmoid when it's fully expanded." msgid_plural: "" msgctxt: ""
kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "The optional configuration page for this face." msgid_plural: "" msgctxt: ""
kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Configuration support" msgid_plural: "" msgctxt: ""
kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "KConfigXT xml file for face-specific configuration options." msgid_plural: "" msgctxt: ""
kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "The configuration file that describes face properties and capabilities." msgid_plural: "" msgctxt: ""
KPackage Structure Name    Path                        
-------------------------  --------------------------  
KSysguard/SensorFace       ksysguard/sensorfaces/
KWin/Aurorae               aurorae/themes/
KWin/Decoration            kwin/decorations/
KWin/Effect                kwin/effects/
    KWin/Script                kwin/scripts/
KWin/WindowSwitcher        kwin/tabbox/
   Plasma/Applet              plasma/plasmoids/
Plasma/Comic               plasma/comics/
Plasma/ContainmentActions  plasma/containmentactions/
Plasma/Generic             plasma/packages/
Plasma/LayoutTemplate      plasma/layout-templates/
Plasma/LookAndFeel         plasma/look-and-feel/
Plasma/Shell               plasma/shells/
  Plasma/Theme               plasma/desktoptheme/
Plasma/Wallpaper           plasma/wallpapers/
Wallpaper/Images           

Merge request reports