gtranslator r3708 - trunk/src



Author: icq
Date: Mon Sep 22 09:44:08 2008
New Revision: 3708
URL: http://svn.gnome.org/viewvc/gtranslator?rev=3708&view=rev

Log:
2008-08-22  Ignacio Casal Quinteiro  <nacho resa gmail com>

        * po.c: Now it does not check if the file is right
        so it does not send bogus warning for untranslated
        messages. (Fixes #548548).

Modified:
   trunk/src/ChangeLog
   trunk/src/po.c

Modified: trunk/src/po.c
==============================================================================
--- trunk/src/po.c	(original)
+++ trunk/src/po.c	Mon Sep 22 09:44:08 2008
@@ -785,7 +785,7 @@
 	/*
 	 * Check if the file is right
 	 */
-	msg_error = gtranslator_po_check_po_file (po);
+	/*msg_error = gtranslator_po_check_po_file (po);
 	if (msg_error != NULL)
 	{
 		g_set_error (error,
@@ -794,7 +794,7 @@
 			     _("There is an error in the PO file: %s"),
 			     msg_error);
 		g_free (msg_error);
-	}
+	}*/
 	
 	
 	/*



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]