Version: (using KDE Devel) Installed from: Compiled sources name of template "Basic" is untranslatable, this small patch solves the problem for me: Index: koffice/karbon/templates/basic/.directory =================================================================== --- koffice/karbon/templates/basic/.directory (revision 0) +++ koffice/karbon/templates/basic/.directory (revision 0) @@ -0,0 +1,2 @@ +[Desktop Entry] +Name=Basic Index: koffice/karbon/templates/basic/Makefile.am =================================================================== --- koffice/karbon/templates/basic/Makefile.am (revision 508577) +++ koffice/karbon/templates/basic/Makefile.am (working copy) @@ -1,4 +1,4 @@ -templates_DATA = empty.desktop +templates_DATA = .directory empty.desktop templatesdir = $(kde_datadir)/karbon/templates/Basic templatesrc_DATA = empty.karbon
Can you please create an attachment of the diff. Thanks!
Created attachment 14684 [details] patcu for untranslated string Maybe you should add something like X-KDE-DefaultTab or X-KDE-SortingWeight to the file .directory?
SVN commit 509866 by jaham: added X-KDE-DefaultTab=true BUG:121834 M +1 -0 .directory --- trunk/koffice/karbon/templates/basic/.directory #509865:509866 @@ -1,2 +1,3 @@ [Desktop Entry] Name=Basic +X-KDE-DefaultTab=true \ No newline at end of file