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

List:       kde-bugs-dist
Subject:    [Bug 81345] New: kdevelop templates and translations
From:       tnagy <tnagy256 () yahoo ! fr>
Date:       2004-05-11 15:31:57
Message-ID: 20040511153157.8916.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
      
http://bugs.kde.org/show_bug.cgi?id=81345      
           Summary: kdevelop templates and translations
           Product: kdevelop
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel kdevelop org
        ReportedBy: tnagy256 yahoo fr


Version:            (using KDE Devel)
Installed from:    Compiled sources

In kdevelop/languages/cpp/app_templates/kxt/src-configure.in.in : "$APPNAMELC" should \
be replaced by "$APPNAMELC$" and 0.1 by "$VERSION$" (translations won't work without \
that).

I also think there is a problem in all kde templates, (src-Makefile.am), where the \
                following :
-----------------
messages: rc.cpp
        $(XGETTEXT) *.cpp -o $(podir)/$APPNAMELC$.pot
-----------------

should be replaced by :
-----------------
messages: rc.cpp
        $(EXTRACTRC) ./*/*.rc >> ./rc.cpp
        $(XGETTEXT) `find . -name "*.cpp"` -o $(podir)/dymmyproject.pot
-----------------

This will include the .rc files to the translations, will process all the cpp files \
(otherwise no cpp file from the subdirectories will be processed - i've tried adding \
$(XGETTEXT.. to those files but it did not work).


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

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