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 136549 - epiphany: grave translation error
epiphany: grave translation error
Status: RESOLVED FIXED
Product: l10n
Classification: Infrastructure
Component: Polish [pl]
git master
Other Linux
: Normal critical
: ---
Assigned To: Bartosz Fenski
Bartosz Fenski
Depends on:
Blocks: 134105
 
 
Reported: 2004-03-08 13:28 UTC by Christian Persch
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Christian Persch 2004-03-08 13:28:57 UTC
Frome epiphany/po/pl.po:

#: src/bookmarks/ephy-bookmarks.c:83
#, c-format
msgid "http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8"
msgstr "http://www.google.pl/search?q=%s&ie=ISO-8859-2&oe=ISO-8859-2"

This will NOT WORK. Epiphany will send the query string as UTF-8, therefore
you MUST specify the input encoding as UTF-8 ("&ie=UTF-8"). This is a grave
bug and MUST be fixed before epiphany 1.2.0 (~ March 20).
Comment 1 Bartosz Fenski 2004-03-08 19:30:02 UTC
Should be fixed now. Thanks for noticing it.
Similar error fixed in Galeon.