[prev in list] [next in list] [prev in thread] [next in thread] 

List:       quanta-devel
Subject:    [quanta-devel] [Patch] Untranslatable messages in quanta gui
From:       Burkhard =?iso-8859-1?q?L=FCck?= <lueck () hube-lueck ! de>
Date:       2007-03-01 21:14:34
Message-ID: 200703012214.34150.lueck () hube-lueck ! de
[Download RAW message or body]

Hallo,

the attached patch should fix this i18n bug in quanta stable.
Please review and commit.

Burkhard L=FCck

P.S.
Please cc me as I am not subscribed to the list


["quanta.diff" (text/x-diff)]

Index: kdewebdev/quanta/Makefile.am
===================================================================
--- kdewebdev/quanta/Makefile.am	(Revision 636401)
+++ kdewebdev/quanta/Makefile.am	(Arbeitskopie)
@@ -17,7 +17,7 @@
 	$(EXTRACTRC) `find . -name "*.kmdr"` >> rc.cpp ;\
 	cat data/chars | perl -e 'while(<STDIN>) { chomp ; s/\"/\\\"/ ; print \
"i18n(\"$$_\");\n"; }' >> rc.cpp ;\  $(EXTRACTRC) extrafiles >> rc.cpp ;\
-	cat extrafiles | perl -e 'while(<STDIN>) { if (/\<action .* text="(.*)"/) { print \
"i18n(\"$$1\");\n"; }}' >> rc.cpp +	cat extrafiles | perl -e 'while(<STDIN>) { if \
(/\<action .* text="(.*)"/) { print "i18n(\"$$1\");\n"; }}' | sed -e 's/\&amp;/\&/g' \
>> rc.cpp  (cd data && $(PREPARETIPS) >> ../tips.cpp)
 	find . -name "*.tag" -print | xargs cat | perl -e 'while(<STDIN>) { if (/\<tag .* \
comment="(.*)"/) { print "i18n(\"$$1\");\n"; }}' >> rc.cpp  $(XGETTEXT) rc.cpp \
tips.cpp `cat files` -o $(podir)/quanta.pot



_______________________________________________
quanta-devel mailing list
quanta-devel@kde.org
https://mail.kde.org/mailman/listinfo/quanta-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic