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 120611 - [sl] epiphany: translation error
[sl] epiphany: translation error
Status: RESOLVED FIXED
Product: l10n
Classification: Infrastructure
Component: Slovenian [sl]
unspecified
Other Linux
: Normal critical
: ---
Assigned To: andraz.tori1
andraz.tori1
Depends on:
Blocks: 134105
 
 
Reported: 2003-08-24 18:25 UTC by Christian Persch
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2003-08-24 18:25:46 UTC
From epiphany/po/sl.po:

#: embed/mozilla/mozilla-notifiers.cpp:605
msgid "system-language"
msgstr "Sistemski jezik"

That's wrong, check the translator's comment for that string. It should
most probably have been translated as "sl".
Comment 1 Christian Persch 2003-09-06 19:58:06 UTC
I've fixed the mistranslations (only) of "system-language" and "x-western"
(only) on epiphany 1.0 branch (gnome-2-4). If you update your translations,
please make sure not to revert the fix.
Comment 2 Christian Persch 2004-02-11 13:35:12 UTC
This bug is still present on epiphany HEAD translation.
Comment 3 Christian Persch 2004-03-08 13:39:03 UTC
The bug in the translation of the string with msgid "system-language" is a
critical bug. It will cause web page loads to fail in the default configuration
of Epiphany. Therefore this bug MUST be fixed for Epiphany 1.2 (tarballs will be
made ~ March 20).
Comment 4 Christian Rose 2004-03-08 18:17:32 UTC
I agree it's critical, and also a mystery why it hasn't been fixed
already by the sl team. This bug was after all initially reported in
August 2003.

If the sl team doesn't resolve it in time, you could fix it yourself.
Either disable the sl translation altogether in
ALL_LINGUAS/configure.in, or make the msgstr of this message empty:
msgstr "". If you do the latter, you should probably also add a
suitable # comment immediately before the message telling why the
translation was removed.

Normally we don't want developers changing translations directly, but
if there's a build breakage or other critical bug, and it isn't fixed
in a timely manner by the responsible translators, there's a big
difference IMHO.
Comment 5 Christian Rose 2004-03-08 21:49:13 UTC
Andraz: Can you please fix this as soon as possible?
Comment 6 andraz.tori1 2004-03-08 21:59:43 UTC
fixed in head
Comment 7 Christian Rose 2004-03-09 09:41:59 UTC
Thanks, Andraz.