Re: GGV going gold - call for translations
- From: "R.I.P. Deaddog" <maddog deaddog org>
- To: Jaka Mocnik <jaka activetools si>
- Cc: gnome-i18n gnome org
- Subject: Re: GGV going gold - call for translations
- Date: Tue, 18 Jun 2002 12:59:14 +0800
On 2002-06-17(Mon) 10:11:22 +0200, Jaka Mocnik wrote:
> hello!
>
> GGV seems to be free of major bugs and I intend to make the current CVS
> head (1.99.7.1) in 2.0 in the following days - I'd appreciate if the
> respected translators could check the translations that they plan for
> 2.0 and commit any changes.
>
> oh, btw, I have brutally broken the string-freeze in the past week,
> adding a few new strings to the translatable set ;) sorry for the
> inconvenience...
>
> after 2.0 comes out, it will be branched to a ggv-2-0 branch and new
> development (most notably a GtkGS rewrite to use the Ghostscript
> rendering library instead of fork()ing Ghostscript itself) will begin on
> the HEAD branch.
>
> regards,
> jaKa
Not sure if this patch can pass "GO" and collect $200 in such late
stage. I believe all translators won't object to displaying translator
credits (grin), but wanna hear about the opinion from developers...
Abel
--
Abel Cheung
GPG Key: (0xC67186FF) http://deaddog.org/gpg.asc
Index: ggv/src/ggv-window.c
===================================================================
RCS file: /cvs/gnome/ggv/src/ggv-window.c,v
retrieving revision 1.34
diff -u -r1.34 ggv-window.c
--- ggv/src/ggv-window.c 14 Jun 2002 13:30:16 -0000 1.34
+++ ggv/src/ggv-window.c 18 Jun 2002 04:50:54 -0000
@@ -417,6 +417,14 @@
"And many more...",
NULL
};
+
+ static const char *documenters[] = {
+ NULL
+ };
+
+ /* Translator Credits */
+ char *translator_credits = _("translator_credits");
+
static GdkPixbuf *logo = NULL;
if(!logo)
@@ -430,8 +438,8 @@
_("Copyright (C) 1998-2002 The Free Software Foundation"),
_("The GNOME PostScript document previewer"),
authors,
- NULL, /* char **documentors */
- NULL, /* char *translators */
+ documentors,
+ strcmp (translator_credits, "translator_credits") != 0 ? translator_credits : NULL,
logo);
gtk_window_set_transient_for(GTK_WINDOW(about),
GTK_WINDOW(data));
PGP signature
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]