After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 628871 - WebkitGTK+ PO file not updating (since Feb 2010)
WebkitGTK+ PO file not updating (since Feb 2010)
Status: RESOLVED FIXED
Product: damned-lies
Classification: Infrastructure
Component: l10n.gnome.org
unspecified
Other Linux
: Normal normal
: ---
Assigned To: damned-lies Maintainer(s)
damned-lies Maintainer(s)
Depends on:
Blocks: 628890
 
 
Reported: 2010-09-06 11:09 UTC by Simos Xenitellis
Modified: 2012-10-24 06:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Simos Xenitellis 2010-09-06 11:09:49 UTC
If you see at 
http://l10n.gnome.org/vertimus/webkit/HEAD/webkit/el
there are several issues with the PO file.

intltool-update does not run because there is no POFILES.in in the source code. There is a POTFILES file but copying to POTFILES.in still does not work due to wrong paths.

What's needed is a POTFILES.in, with contents:

# List of source files which contain translatable strings.
../../WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp
../../WebKit/gtk/WebCoreSupport/ContextMenuClientGtk.cpp
../../WebKit/gtk/WebCoreSupport/FullscreenVideoController.cpp
../../WebKit/gtk/webkit/webkitdownload.cpp
../../WebKit/gtk/webkit/webkitsoupauthdialog.c
../../WebKit/gtk/webkit/webkitwebframe.cpp
../../WebKit/gtk/webkit/webkitwebhistoryitem.cpp
../../WebKit/gtk/webkit/webkitwebinspector.cpp
../../WebKit/gtk/webkit/webkitwebnavigationaction.cpp
../../WebKit/gtk/webkit/webkitwebsettings.cpp
../../WebKit/gtk/webkit/webkitwebview.cpp
../../WebCore/platform/gtk/LocalizedStringsGtk.cpp
Comment 1 Claude Paroz 2010-09-07 21:35:56 UTC
Depends on https://bugs.webkit.org/show_bug.cgi?id=45321
Comment 2 Diego Escalante Urrelo (not reading bugmail) 2011-08-06 23:38:50 UTC
Simos I still get some errors that apparently are because of the special build system of WKGTK.

Concretely intltool-update -m says that the files are missing no matter intltool-update -p works.
Comment 3 Gil Forcada 2011-08-09 11:24:52 UTC
I filed a bug for intltool-update[1] to work around this issue, if you can please add comments there and try to find a solution for it.



[1] https://bugs.launchpad.net/intltool/+bug/823217
Comment 4 Claude Paroz 2012-10-24 06:51:36 UTC
Fixed in https://bugs.webkit.org/show_bug.cgi?id=67580

Kudos to Chris Leonard for pushing this issue until resolution.