The call to i18n for the ressource selections isn't called.
SVN commit 1020463 by berger: possible fix for untranslated tooltips in ressource view. CCBUG:205929 M +3 -1 KoResourceModel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1020463
Yes a lot of succes with this commit: Gradients: everything translatable beside "allcolors.kgr" + "simple.kgr", both as tooltip + string above the list Where are these coming from? I find them only in koffice/karbon/data/CMakeLists.txt: install( FILES simple.kgr allcolors.kgr DESTINATION ${DATA_INSTALL_DIR}/karbon/gradients) Patterns: fully translatable Predefined Brushes: everything translatable beside "Property of XCF!" + "Gimp Brush" But I don't find these trings in koffice
For "allcolors.kgr" + "simple.kgr", I am guessing it is simply their file name that is used. The "Property of XCF!" + "Gimp Brush" might come from either a dependency, or more likely if there are other resources installed on the computer.
(In reply to comment #3) > For "allcolors.kgr" + "simple.kgr", I am guessing it is simply their file name > that is used. > Yes, you guessed right. I renamed ${DATA_INSTALL_DIR}/karbon/gradients/*.kgr and the renamed filesnames are displayed. > The "Property of XCF!" + "Gimp Brush" might come from either a dependency, or > more likely if there are other resources installed on the computer. Indeed, I renamed thegimp.gbr+xcf.gbr in /usr/share/create/brushes/gimp/, then their entries are no longer in kritas Predefined Brushes. So this bug is fixed, thanks a lot, great!
You need to log in before you can comment on or make changes to this bug.