From 6a45bc4a40b186d29745870e565ec3cddba1cea1 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sat, 13 Jul 2013 20:56:24 +0000 Subject: [PATCH] revert the Finnish date-format change (remove the four I added) svn: r22677 --- gramps/gen/datehandler/_date_fi.py | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/gramps/gen/datehandler/_date_fi.py b/gramps/gen/datehandler/_date_fi.py index ba6755b61..1082039e7 100644 --- a/gramps/gen/datehandler/_date_fi.py +++ b/gramps/gen/datehandler/_date_fi.py @@ -139,14 +139,11 @@ class DateDisplayFI(DateDisplay): formats = ( "VVVV-KK-PP (ISO)", - "PP.KK.VVVV", - "kuukausi päivä, vuosi", - "kuukausi-lyhennys päivä, vuosi", - "päivä kuukausi vuosi", - "päivä kuukausi-lyhennys vuosi" + "PP.KK.VVVV" ) - # this must agree with DateDisplayEn's "formats" definition - # (since no locale-specific _display_gregorian exists, here) + # normally, this would agree with DateDisplayEn's "formats" + # (since no locale-specific _display_gregorian exists, here), + # but the locale-specific "display" (below) forces self.format = 1 def display(self, date): """