Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gservice.git;a=commitdiff;h=9328e1e23f0f1c23ea08daf6eaf3fc4d54b238f1
commit 9328e1e23f0f1c23ea08daf6eaf3fc4d54b238f1 Author: Priyank <[email protected]> Date: Thu Feb 26 21:01:11 2009 +0530 Added credits for vietnamese translation diff --git a/AUTHORS b/AUTHORS index c82947d..8899da7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -7,6 +7,7 @@ Translators * da_DK - Carl Andersen <[email protected]> * fr_FR - Michel Hermier <[email protected]> * hu_HU - Miklos Vajna <[email protected]> +* vi_VI - Clytie Siddall <[email protected]> Artwork ======== diff --git a/src/gservice-about.c b/src/gservice-about.c index a5ffeb9..590a9b8 100644 --- a/src/gservice-about.c +++ b/src/gservice-about.c @@ -58,7 +58,8 @@ static const gchar *artists[] = { \ static const gchar translators[] = "Carl Andersen <[email protected]> (da_DK)\n" \ "Michel Hermier <[email protected]> (fr_FR)\n" \ - "Miklos Vajna <[email protected]> (hu_HU)\n"; + "Miklos Vajna <[email protected]> (hu_HU)\n" \ + "Clytie Siddall <[email protected]> (vi_VI)\n"; static void gservice_about_dlg_create (void); static void gservice_about_dlg_hide (void); _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
