Summary: | Videowall script configuration dialog not translatable | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Alexander Potashev <aspotashev> |
Component: | scripts | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | kde.org, lueck |
Priority: | NOR | ||
Version First Reported In: | 5.10.95 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alexander Potashev
2017-10-05 01:05:11 UTC
What about the ui Elements of the dialog? Apply is probably coming from Qt and not from KWin. master build from sources: These messages are in scripts/videowall/contents/ui/config.ui, extracted to the catalog kwin_scripts.po, but the catalog is not loaded at runtime. scripts/Messages.sh:3: $XGETTEXT `find . -name \*.qml -o -name \*.cpp` -o $podir/kwin_scripts.pot kcmkwin/kwinscripts/CMakeLists.txt # KI18N Translation Domain for this library add_definitions(-DTRANSLATION_DOMAIN=\"kcm-kwin-scripts\") kwin_scripts != kcm-kwin-scripts i.e catalog not found the other kcm catalogs are named kcmkwm_foo or kcmkwinfoo What to rename? the catalog or the domain? Still present in KDE 5.24 |