Re: [evolution-patches] patch for shell
- From: Rodrigo Moya <rodrigo ximian com>
- To: Ettore Perazzoli <ettore ximian com>
- Cc: Not Zed <notzed ximian com>, Ismael Olea <ismael olea org>, Evolution Patches <evolution-patches ximian com>
- Subject: Re: [evolution-patches] patch for shell
- Date: Tue, 30 Sep 2003 11:57:48 +0200
On Mon, 2003-09-29 at 18:56, Ettore Perazzoli wrote:
> On Thu, 2003-09-25 at 20:20, Not Zed wrote:
> > It should break the string after the \x stuff like it already does,
> > some compilers will gobble up all hex digits otherwise and break the
> > encoding.
>
> Oh, I didn't know... Rodrigo, can you fix this before committing?
ok, just committed the attached patch to both HEAD and the 1.4 branch.
cheers
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/shell/ChangeLog,v
retrieving revision 1.1303
diff -u -p -r1.1303 ChangeLog
--- ChangeLog 23 Sep 2003 08:19:56 -0000 1.1303
+++ ChangeLog 30 Sep 2003 09:55:18 -0000
@@ -1,3 +1,7 @@
+2003-09-30 Ismael Olea <ismael olea org>
+
+ * e-shell-about-box.c: fixed encoding for Spanish translators.
+
2003-09-23 Charles Zhang <charles zhang sun com>
* e-shell-startup-wizard.c (e_shell_startup_wizard_create): connect
Index: e-shell-about-box.c
===================================================================
RCS file: /cvs/gnome/evolution/shell/e-shell-about-box.c,v
retrieving revision 1.23
diff -u -p -r1.23 e-shell-about-box.c
--- e-shell-about-box.c 22 May 2003 20:39:32 -0000 1.23
+++ e-shell-about-box.c 30 Sep 2003 09:55:18 -0000
@@ -46,8 +46,8 @@ static const char *text[] = {
"",
"Darin Adler",
"Arturo Espinosa Aldama",
- "H\xC3\xA9" "ctor Garc\xC3\xAD" "a Alvarez",
- "Jesus Bravo Alvarez",
+ "H\xC3\xA9" "ctor Garc\xC3\xAD" "a \xC3\x81" "lvarez",
+ "Jes\xC3\xBA" "s Bravo \xC3\x81" "lvarez",
"Seth Alves",
"Marius Andreiana",
"Sean Atkinson",
@@ -83,6 +83,7 @@ static const char *text[] = {
"Edd Dumbill",
"Larry Ewing",
"Gilbert Fang",
+ "Francisco Javier F. Serrador",
"Nuno Ferreira",
"Valek Filippov",
"Nat Friedman",
@@ -91,6 +92,7 @@ static const char *text[] = {
"Nike Gerdts",
"Grzegorz Goawski",
"Jody Goldberg",
+ "Pablo Gonzalo del Campo",
"Mark Gordon",
"Kenny Graunke",
"Alex Graveley",
@@ -123,6 +125,7 @@ static const char *text[] = {
"Tuomas Kuosmanen",
"Mathieu Lacage",
"Christopher J. Lahey",
+ "Eneko Lacunza",
"Miles Lane",
"Jason Leach",
"Elliot Lee",
@@ -151,6 +154,7 @@ static const char *text[] = {
"Yukihiro Nakai",
"Martin Norb\xC3\xA4" "ck",
"Tomas Ogren",
+ "Ismael Olea",
"Eskil Heyn Olsen",
"Sergey Panov",
"Gediminas Paulauskas",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]