Translations for KDevelop 3.5

Andreas Pakulat apaku at gmx.de
Sat Sep 8 19:43:07 UTC 2007


Hi,

lately we branched KDevelop 3 again from branches/KDE/3.5/ into
branches/kdevelop/3.5 so we can add a few features we had lying on our
disks (KDevelop3 will stay probably until KDE 4.1, as KDevelop4 is not
reay earlier). 

Now we've got the same problem as earlier this year when KDevelop3.4 was
in its own branch under branches/kdevelop/3.4 and thus a mess in
distribution shipped kdevelops was created as they packaged KDevelop3.4.
Back then I already asked how we could make sure kdevelop's translations
get fetched from branches/kdevelop/3.4 instead of KDE/3.5/kdevelop and
the answer was simply adding a path to scripts/get_paths.

So I'd like to ask now wether I can commit the attached patch doing this
change and fetching kdevelop messages from branches/kdevelop/3.5 instead
of branches/KDE/3.5. This would allow us to let kdevelop3.5 live in the
branch and still get translations for it (the other option would be to
merge back, though that would basically break the feature freeze which
we'd rather not do).

Please include the kdevelop-devel list in replies as I'm not reading
kde-i18n-doc.

Andreas

-- 
You'd like to do it instantaneously, but that's too slow.
-------------- next part --------------
Index: get_paths
===================================================================
--- get_paths	(Revision 709978)
+++ get_paths	(Arbeitskopie)
@@ -15,7 +15,7 @@
 		kdelibs|kdebase|kdegames|kdesdk|kdegraphics|kdeutils|kdenetwork|kdeedu|kdeaccessibility)
 			echo branches/KDE/3.5/$1
 			;;
-		kdemultimedia|kdeadmin|kdetoys|kdevelop|kdepim|kdeaddons|kdeartwork|kdewebdev)
+		kdemultimedia|kdeadmin|kdetoys|kdepim|kdeaddons|kdeartwork|kdewebdev)
 			echo branches/KDE/3.5/$1
 			;;
 		koffice)
@@ -27,6 +27,9 @@
                 extragear-*)
                         echo branches/stable/extragear/`echo $1 | sed -e "s,extragear-,,"`
                         ;;
+                kdevelop)
+		        echo branches/kdevelop/3.5
+			;;
 		*)
 			echo "ERROR: unknown module $1" 1>&2
 			exit 1


More information about the KDevelop-devel mailing list