changeset 7605:7b9630667f43

[gaim-migrate @ 8228] vietnamese translation added, 29 translations total now. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 23 Nov 2003 15:25:04 +0000
parents 43803965ef45
children 08c9d0dcf906
files ChangeLog configure.ac src/about.c
diffstat 3 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Nov 23 03:23:02 2003 +0000
+++ b/ChangeLog	Sun Nov 23 15:25:04 2003 +0000
@@ -1,5 +1,8 @@
 Gaim: The Pimpin' Penguin IM Clone that's good for the soul!
 
+version 0.74cvs
+	* Vietnamese translation added (T.M.Thanh,M.D.)
+
 version 0.73 (11/21/2003):
 	* New Logging format and code:
 		* fixes i18n issues with logs
--- a/configure.ac	Sun Nov 23 03:23:02 2003 +0000
+++ b/configure.ac	Sun Nov 23 15:25:04 2003 +0000
@@ -29,7 +29,7 @@
 	;;
 esac
 
-ALL_LINGUAS="am bg ca cs da de es fi fr he hi hu it ja ko nl no pl pt_BR pt ro ru sk sr sr@Latn sv zh_CN zh_TW"
+ALL_LINGUAS="am bg ca cs da de es fi fr he hi hu it ja ko nl no pl pt_BR pt ro ru sk sr sr@Latn sv vi zh_CN zh_TW"
 AM_GNU_GETTEXT_VERSION(0.10.40)
 AM_GNU_GETTEXT
 
--- a/src/about.c	Sun Nov 23 03:23:02 2003 +0000
+++ b/src/about.c	Sun Nov 23 15:25:04 2003 +0000
@@ -183,7 +183,8 @@
 				"  <b>", _("Swedish"), " (sv)</b> - Tore Lundqvist &lt;<a href=\"mailto: tlt@mima.x.se\">tlt@mima.x.se</a>&gt;<br>"
 				"  <b>", _("Simplified Chinese"), " (zh_CN)</b> - Funda Wang &lt;<a href=\"mailto: fundawang@linux.net.cn\">fundawang@linux.net.cn</a>&gt;<br>"
 				"  <b>", _("Traditional Chinese"), " (zh_TW)</b> - Ambrose C. Li &lt;<a href=\"mailto: acli@ada.dhs.org\">acli@ada.dhs.org</a>&gt;, Paladin R. Liu &lt;<a href=\"mailto: paladin@ms1.hinet.net\">paladin@ms1.hinet.net</a>&gt;<br>"
-				"<BR>", NULL);
+				"<BR>",
+				" <b>", _("Vietnamese"), "(vi)</b> - T.M.Thanh,M.D. &lt;<a href=\"mailto: tmthanh@yahoo.com\">tmthanh@yahoo.com</a>&gt;<br>", NULL);
 		gtk_imhtml_append_text(GTK_IMHTML(text), str, GTK_IMHTML_NO_SCROLL);
 		g_free(str);