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 361312 - RFE: English, please.
RFE: English, please.
Status: RESOLVED FIXED
Product: bug-buddy
Classification: Deprecated
Component: general
2.18.x
Other Linux
: High major
: ---
Assigned To: Bug-buddy Maintainers
Bug-buddy Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-11 01:13 UTC by Karsten Bräckelmann
Modified: 2007-08-28 01:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
show message if app is translated (2.32 KB, patch)
2006-11-02 18:33 UTC, Claudio Saavedra
none Details | Review
patch. (2.16 KB, patch)
2006-11-07 00:12 UTC, André Klapper
none Details | Review
update (3.54 KB, patch)
2006-11-07 13:39 UTC, Claudio Saavedra
none Details | Review
Update the patch to HEAD (4.18 KB, patch)
2006-11-23 21:32 UTC, Mariano Suárez-Alvarez
none Details | Review
fix (2.12 KB, patch)
2007-08-24 06:23 UTC, Claudio Saavedra
committed Details | Review

Description Karsten Bräckelmann 2006-10-11 01:13:43 UTC
Would also be nice, if bug-buddy could present a note, that bug reports should be written in English, if possible (for the user).

Maybe even based on the locale (don't show this, if using an English locale) and on the amounts of bugs sent (as in, don't display this more than 3 times).
Comment 1 Karsten Bräckelmann 2006-10-12 23:22:08 UTC
I'm tired of asking users to translate the description...

Anyway, just spotted a nice reason in bug 361474 comment 2, why I keep getting more and more of these:

> Here's the translation, sorry for the delay, but Internationalization is so
> good that I forgot it exits ...

Yay. :)
Comment 2 Karsten Bräckelmann 2006-10-19 10:45:35 UTC
Another example, remark when providing the requested translation:

> Right. I was fooled by the fact that the bug report wizard was written in
> Swedish. :-)


Though this kind of is a request for a feature, I consider this a flaw in the UI as well and thus a bug. Raising Severity.
Comment 3 Claudio Saavedra 2006-11-02 18:33:39 UTC
Created attachment 75876 [details] [review]
show message if app is translated

This adds a message to suggest users to write the report in English, if the application is translated (actually if the string itself is translated).
Comment 4 André Klapper 2006-11-07 00:12:39 UTC
Created attachment 76126 [details] [review]
patch.

hmm... what's up with languages that aren't fully translated, e.g. if bug-buddy isn't translated? perhaps claudio's approach is a better one than mine, because it's stupid to tell a US or british user to please write in english. anyway...

if we're using claudio's patch, we also have to add that hint to the second string at line 1239, i guess (see my patch).
Comment 5 André Klapper 2006-11-07 00:14:43 UTC
confirming. major, as i'm tired of chinese explanations in bugzilla, and as users are tired of translating it again for me.
please get this in after branching. thanks.
Comment 6 Claudio Saavedra 2006-11-07 13:39:04 UTC
Created attachment 76150 [details] [review]
update

This adds the message I missed. Thanks Andre for pointing it out.
Comment 7 André Klapper 2006-11-08 19:51:36 UTC
non-english bug reports are currently causing a *lot* of extra work for the bugsquad. we should probably ask for permission to break the string freeze for gnome 2.16.3 in order to get one of these patches in and to save a lot of the limited triagers' time.
Comment 8 Paolo Maggi 2006-11-11 15:27:53 UTC
Please, fix this bug as soon as possible and make a new release for 2.16.x.
I'm very tired of reading bug reports I cannot understand.

I'm not sure using the Claudio's approach for avoiding displaying the note the English speaking users is a good idea. It will not work until bug-buddy is fully translated.
So, I think we should check the current locale using g_get_language_names and show the note if current locale name does not start with "en".
Comment 9 Mariano Suárez-Alvarez 2006-11-23 21:32:05 UTC
Created attachment 77073 [details] [review]
Update the patch to HEAD

This updates Claudio's last patch to HEAD.

In particular, this still uses the trick of comparing the string with the translation. This does not cause any problem: as Paolo says, this will not work until the relavant strings are translated, but in any case, unless they are translated, we cannot have them in the UI.

Since this only adds a string, so can be applied to the stable branch without getting untranslated text on the UI.
Comment 10 Fernando Herrera 2006-11-28 00:14:13 UTC
Applied:
2006-11-28  Fernando Herrera  <fherrera@onirica.com>

        * src/bug-buddy.c: (known_app_finished), (main): Add an string
        aksing to fill the bug report in English. This does not break
        the string freeze, because if the string is not translated it's not
        showed on the UI. Fix bug #361312. Patch by Claudio Saavedra and
        Mariano Suárez-Alvarez.

Notice that I removed the g_free for the gettext() string as it is coming from the catalog and should not be freed.
Comment 11 André Klapper 2006-11-28 00:22:14 UTC
fer, shall i also commit this to the gnome-2-16 branch?
Comment 12 Fernando Herrera 2006-11-28 00:29:11 UTC
Andre, there is no gnome-2-16 branch yet :) so HEAD == gnome 2.16

I'm going to wait a few days to get some translations before releasing 2.16.1
Comment 13 Sebastien Bacher 2007-08-23 15:12:25 UTC
that's not fixed when using "bug-buddy --package", reopening
Comment 14 Claudio Saavedra 2007-08-24 06:23:31 UTC
Created attachment 94234 [details] [review]
fix

There's a bunch of unneeded code which should be removed. We did add the language message but in that bunch of code and not in the correct one.

This patch removes that code and puts the language message in the proper place.
Comment 15 André Klapper 2007-08-24 11:05:36 UTC
claudio, can you poke fer and push that patch in (and announce it to gnome-i18n@) before monday's string freeze? tia.
Comment 16 Claudio Saavedra 2007-08-24 16:20:29 UTC
Andre, I sent Fer an email about this, but I'll be on the road till Sunday evening. Please feel free to poke/bug/kill anyone who may be interested.
Comment 17 Claudio Saavedra 2007-08-28 01:38:53 UTC
Patch has been applied in trunk. Closing.