gtranslator r3708 - trunk/src
- From: icq svn gnome org
- To: svn-commits-list gnome org
- Subject: gtranslator r3708 - trunk/src
- Date: Mon, 22 Sep 2008 09:44:09 +0000 (UTC)
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]