talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 7e40ad73bf2647dddc554f22dad767bfbf8fafc3
parent 3fc167802be1b5c0fdad3de34d9580f2f33ac1d8
Author: Paul <paul@claws-mail.org>
Date:   Sun,  7 Aug 2016 12:06:55 +0100

List the current Catalan translator rather than the previous one.

Apologies, David!

Diffstat:
MAUTHORS | 2+-
Msrc/gtk/authors.h | 2+-
Mtools/claws.i18n.status.pl | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/AUTHORS b/AUTHORS @@ -40,7 +40,7 @@ Claws Mail for Windows Claws Mail translation team - [ca] Carles Tubio Terrón <c@rles-tub.io> + [ca] David Medina <opensusecatala@gmail.com> [cs] David Vachulka <david@konstrukce-cad.com> [da] Erik P. Olsen <epodata@gmail.com> [de] Thomas Bellmann <ThomasBellmann@gmx.net> diff --git a/src/gtk/authors.h b/src/gtk/authors.h @@ -34,7 +34,7 @@ NULL }; static char *TRANS_TEAM_LIST[] = { -"[ca] Carles Tubio Terrón <c@rles-tub.io>", +"[ca] David Medina <opensusecatala@gmail.com>", "[cs] David Vachulka <david@konstrukce-cad.com>", "[da] Erik P. Olsen <epodata@gmail.com>", "[de] Thomas Bellmann <ThomasBellmann@gmx.net>", diff --git a/tools/claws.i18n.status.pl b/tools/claws.i18n.status.pl @@ -41,7 +41,7 @@ %lasttranslator = ( # 'bg.po' => 'Yasen Pramatarov <yasen@lindeas.com>', - 'ca.po' => 'Carles Tubio Terrón <c@rles-tub.io>', + 'ca.po' => 'David Medina <opensusecatala@gmail.com>', 'cs.po' => 'David Vachulka <david@konstrukce-cad.com>', 'da.po' => 'Erik P. Olsen <epodata@gmail.com>', 'de.po' => 'Thomas Bellmann <ThomasBellmann@gmx.net>',