Bug 121834 - untranslated string in startdialog of karbon
Summary: untranslated string in startdialog of karbon
Status: RESOLVED FIXED
Alias: None
Product: karbon
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Tim Beaulen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-12 16:44 UTC by Burkhard Lück
Modified: 2015-01-04 22:29 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
patcu for untranslated string (705 bytes, patch)
2006-02-14 08:07 UTC, Burkhard Lück
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Burkhard Lück 2006-02-12 16:44:49 UTC
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
Comment 1 Jan Hambrecht 2006-02-13 23:26:27 UTC
Can you please create an attachment of the diff. Thanks!
Comment 2 Burkhard Lück 2006-02-14 08:07:39 UTC
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?
Comment 3 Jan Hambrecht 2006-02-15 19:43:19 UTC
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