[glom] Correct the date format in the es_ES locale.



commit 6458bb4cf892f43c27bba5198e587c3ebce313b0
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Nov 16 21:57:06 2011 +0100

    Correct the date format in the es_ES locale.
    
    * es.po: Added a translation for the date format, because the default
    does not show 4-digit years. This avoids the warning at startup, which
    asks the translator to deal with it.
    Note that I have made this correction before:
    http://git.gnome.org/browse/glom/commit/po/es.po?id=79636cd099b8330339502cebe95fb6e1583d1c20

 po/ChangeLog |   10 ++++++++++
 po/es.po     |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/po/ChangeLog b/po/ChangeLog
index 7c5c01b..3e97d88 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,13 @@
+2011-11-16  Murray Cumming  <murrayc murrayc com>
+
+	Correct the date format in the es_ES locale. 
+
+	* es.po: Added a translation for the date format, because the default
+	does not show 4-digit years. This avoids the warning at startup, which 
+	asks the translator to deal with it.
+	Note that I have made this correction before:
+	http://git.gnome.org/browse/glom/commit/po/es.po?id=79636cd099b8330339502cebe95fb6e1583d1c20
+
 2011-10-24  Murray Cumming  <murrayc murray com>
 
 	Remove the mention of window_progress.glade to fix make check. 
diff --git a/po/es.po b/po/es.po
index b6818cb..04443e2 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1215,7 +1215,7 @@ msgstr "Imagen"
 #: ../glom/libglom/data_structure/glomconversions.cc:99
 #, no-c-format
 msgid "%x"
-msgstr "%x"
+msgstr "%d/%m/%Y"
 
 #. Note to translators: If you see this error in the terminal at startup then you need to translate the %x elsewhere.
 #: ../glom/libglom/data_structure/glomconversions.cc:146



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