Bug 239841 - I18n bug - missing extraction of messages in flickrexport
Summary: I18n bug - missing extraction of messages in flickrexport
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-i18n (show other bugs)
Version: 5.6.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-28 10:07 UTC by Burkhard Lück
Modified: 2021-12-30 16:03 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 1.4.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Burkhard Lück 2010-05-28 10:07:34 UTC
Version:           unspecified (using Devel) 
OS:                Linux

kdedev@parodia:~/svn$ python checkextraction.py extragear/graphics/

source files with i18n() calls, but not in message templates:

kipi-plugins/expoblending/blendingdlg/bracketstack.cpp with 2 strings
kipi-plugins/expoblending/blendingdlg/enfusesettings.cpp with 11 strings
kipi-plugins/expoblending/blendingdlg/enfusesettings.h with 6 strings
kipi-plugins/expoblending/blendingdlg/enfusestack.cpp with 2 strings
kipi-plugins/expoblending/blendingdlg/expoblendingdlg.cpp with 15 strings
kipi-plugins/expoblending/importwizard/importwizarddlg.cpp with 1 strings
kipi-plugins/expoblending/importwizard/intropage.cpp with 2 strings
kipi-plugins/expoblending/importwizard/itemspage.cpp with 3 strings
kipi-plugins/expoblending/importwizard/lastpage.cpp with 2 strings
kipi-plugins/expoblending/importwizard/preprocessingpage.cpp with 7 strings
kipi-plugins/flickrexport/comboboxintermediate.h with 1 strings
kipi-plugins/metadataedit/comment/commenteditdialog.cpp with 9 strings
kipi-plugins/metadataedit/comment/commentremovedialog.cpp with 9 strings
kipi-plugins/metadataedit/common/altlangstringedit.cpp with 177 strings
kipi-plugins/metadataedit/common/multistringsedit.cpp with 6 strings
kipi-plugins/metadataedit/common/multivaluesedit.cpp with 3 strings
kipi-plugins/metadataedit/common/objectattributesedit.cpp with 26 strings
kipi-plugins/metadataedit/exif/exifadjust.cpp with 15 strings
kipi-plugins/metadataedit/exif/exifcaption.cpp with 14 strings
kipi-plugins/metadataedit/exif/exifdatetime.cpp with 18 strings
kipi-plugins/metadataedit/exif/exifdevice.cpp with 48 strings
kipi-plugins/metadataedit/exif/exifeditdialog.cpp with 14 strings
kipi-plugins/metadataedit/exif/exiflens.cpp with 10 strings
kipi-plugins/metadataedit/exif/exiflight.cpp with 49 strings
kipi-plugins/metadataedit/iptc/iptccategories.cpp with 5 strings
kipi-plugins/metadataedit/iptc/iptccontent.cpp with 9 strings
kipi-plugins/metadataedit/iptc/iptccredits.cpp with 10 strings
kipi-plugins/metadataedit/iptc/iptceditdialog.cpp with 16 strings
kipi-plugins/metadataedit/iptc/iptcenvelope.cpp with 60 strings
kipi-plugins/metadataedit/iptc/iptckeywords.cpp with 3 strings
kipi-plugins/metadataedit/iptc/iptcorigin.cpp with 269 strings
kipi-plugins/metadataedit/iptc/iptcproperties.cpp with 31 strings
kipi-plugins/metadataedit/iptc/iptcstatus.cpp with 8 strings
kipi-plugins/metadataedit/iptc/iptcsubjects.cpp with 6 strings
kipi-plugins/metadataedit/xmp/xmpcategories.cpp with 4 strings
kipi-plugins/metadataedit/xmp/xmpcontent.cpp with 10 strings
kipi-plugins/metadataedit/xmp/xmpcredits.cpp with 15 strings
kipi-plugins/metadataedit/xmp/xmpeditdialog.cpp with 15 strings
kipi-plugins/metadataedit/xmp/xmpkeywords.cpp with 2 strings
kipi-plugins/metadataedit/xmp/xmporigin.cpp with 263 strings
kipi-plugins/metadataedit/xmp/xmpproperties.cpp with 68 strings
kipi-plugins/metadataedit/xmp/xmpstatus.cpp with 6 strings
kipi-plugins/metadataedit/xmp/xmpsubjects.cpp with 5 strings
kipi-plugins/project/kipicmd/kipiuploadwidget.cpp with 1 strings


Reproducible: Didn't try
Comment 1 caulier.gilles 2010-06-22 23:38:15 UTC
The question is why these strings are not extracted properly ???

Gilles Caulier
Comment 2 Albert Astals Cid 2010-06-22 23:53:24 UTC
Because your Messages.sh files are wrong and/or unexistent?

e.g expoblending one says
$XGETTEXT *.cpp -o $podir/kipiplugin_expoblending.pot
which means all the .cpp files in the subdirectories are not processed, i imagine the same happens in the other cases
Comment 3 caulier.gilles 2010-06-30 11:57:59 UTC
SVN commit 1144568 by cgilles:

update message extraction script to parse subfolder and all releavant file with i18n
BUGS: 239841


 M  +1 -0      CMakeLists.txt  
 M  +3 -2      acquireimages/Messages.sh  
 M  +2 -2      advancedslideshow/Messages.sh  
 M  +2 -2      batchprocessimages/Messages.sh  
 M  +2 -2      calendar/Messages.sh  
 M  +3 -1      dngconverter/plugin/Messages.sh  
 M  +3 -2      expoblending/Messages.sh  
 M  +3 -1      facebook/Messages.sh  
 M  +3 -1      flashexport/Messages.sh  
 M  +3 -2      flickrexport/Messages.sh  
 M  +3 -2      galleryexport/Messages.sh  
 M  +3 -1      gpssync/Messages.sh  
 M  +3 -2      htmlexport/Messages.sh  
 M  +2 -2      imageviewer/Messages.sh  
 M  +3 -1      ipodexport/Messages.sh  
 M  +3 -1      jpeglossless/Messages.sh  
 M  +3 -2      kioexportimport/Messages.sh  
 M  +3 -2      metadataedit/Messages.sh  
 M  +2 -2      picasawebexport/Messages.sh  
 M  +2 -2      piwigoexport/Messages.sh  
 M  +2 -2      printimages/Messages.sh  
 M  +3 -1      rawconverter/Messages.sh  
 M  +3 -1      removeredeyes/Messages.sh  
 M  +3 -1      sendimages/Messages.sh  
 M  +3 -2      shwup/Messages.sh  
 M  +3 -2      smug/Messages.sh  
 M  +3 -2      timeadjust/Messages.sh  
 M  +3 -1      wallpaper/Messages.sh  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1144568