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 119680 - gnopernicus about dialog doesn't credit translators correctly
gnopernicus about dialog doesn't credit translators correctly
Status: RESOLVED FIXED
Product: gnopernicus
Classification: Deprecated
Component: general
unspecified
Other other
: Low enhancement
: ---
Assigned To: ps
ps
Depends on: 80468
Blocks:
 
 
Reported: 2003-08-12 00:31 UTC by Danilo Segan
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Danilo Segan 2003-08-12 00:31:31 UTC
The concept you use to credit translators is plain wrong, because new
translators will have hard time realizing that this kind of string can be
localized with their name (and it should be).

The usual pattern in Gnome software is to use the string
"translator_credits". Also, if there's chance, perhaps you should use the
Gnome About dialog instead of reimplementing it, though, it doesn't provide
"Thanks to" page in the "Credits" dialog.

(I don't think translators [at least those not already on your list :] will
mind having a chance to get credited for the work they've done).


Here's a simple patch (though, it may be incorrect when some of the changes
that broke the string freeze are reverted).

Thanks.

--- about.glade2.~1.4.~ Tue Aug 12 00:06:55 2003
+++ about.glade2        Tue Aug 12 01:58:48 2003
@@ -269,9 +269,7 @@
          <child>
            <widget class="GtkLabel" id="label10">
              <property name="visible">True</property>
-             <property name="label" translatable="yes">Miloslav Trmac    
     &lt;mitr@volny.cz&gt;
-Christian Rose                 &lt;menthos@menthos.com&gt;
-Christian Neumair      &lt;chris@gnome-de.org&gt;</property>
+             <property name="label"
translatable="yes">translator_credits</property>
              <property name="use_underline">False</property>
              <property name="use_markup">False</property>
              <property name="justify">GTK_JUSTIFY_LEFT</property>
Comment 1 ps 2003-08-12 07:02:59 UTC
The reimplementing of gnome about dialog is needed because the 
"Thanks to" tab is requested by Peter Korn. The standard gnome about 
dialog doesn't support any possibility to add new tabs in Credits 
dialogs. 
Comment 2 Christian Rose 2003-08-12 12:13:10 UTC
I'd like to point out Mark McLoughlin's suggestion in
http://lists.gnome.org/archives/gnome-i18n/2003-August/msg00101.html :
Please use a GnomeAbout dialog for now (GNOME 2.4) if possible, and
after 2.4.x you can work to extend GnomeAbout to cover the
functionality you need. This will ensure crossapplication consistency
for GNOME 2.4 and later GNOME releases, and also allow others to
benefit from your extensions later.
Comment 3 Christian Rose 2003-08-12 12:16:21 UTC
An additional but not unimportant benefit from using a standard
GnomeAbout is that you will make use of already spellchecked and
translated messages, which will save both the translators and you some
work.
Comment 4 ps 2003-08-12 12:48:47 UTC
Yes. It probabily it save more work effort at more persons, but this 
kind of About dialog is requered. When the Gnome About dialog box 
will be extended more than to support this tab it will be changed, 
but now for this release of version we will have that About Dialog 
box. Sorry for inconvience for translator peopels. 
Comment 5 Mark McLoughlin 2003-08-12 12:55:29 UTC
Please respond to my mail
Comment 6 ps 2003-08-12 13:10:23 UTC
Scuze me. Can you resend again your mail. Thank you so much. 
Comment 7 korn 2003-08-23 04:23:48 UTC
I'd like to withdraw my request for a "thanks to" section for GNOME 
2.4.  It isn't important enough to merit moving to a custom about 
dialog.  We'll can wait to get it fixed up in 2.6.
Comment 8 Christian Rose 2003-08-23 09:32:14 UTC
See bug 80468 for a request to extend GnomeAbout.
Comment 9 bill.haneman 2003-10-09 16:47:49 UTC
adding accessibility keyword
Comment 10 Calum Benson 2003-10-21 11:55:35 UTC
Apologies for spam; marking as AP4 so it appears in the right place in
our buglist.
Comment 11 bill.haneman 2003-10-21 12:01:08 UTC
removing AP status value since this bug doesn't affect gnopernicus'
functional use.
Comment 12 Calum Benson 2003-10-21 14:40:37 UTC
Need to remove keyword too or it'll still show up on the a11y buglist
anyway :)
Comment 13 Calum Benson 2003-11-06 13:18:55 UTC
Apologies for spam; adding accessibility keyword to ensure bugs appear in the
appropriate place on our buglist.
Comment 14 ps 2003-12-11 07:41:33 UTC
It changed to use standard GnomeAbout Dialog. I think the original 
bug is fixed. I close this bug. Changes on CVS