revert the Finnish date-format change (remove the four I added)
svn: r22676
This commit is contained in:
parent
a7b6648672
commit
6633925a0f
@ -139,14 +139,11 @@ class DateDisplayFI(DateDisplay):
|
|||||||
|
|
||||||
formats = (
|
formats = (
|
||||||
"VVVV-KK-PP (ISO)",
|
"VVVV-KK-PP (ISO)",
|
||||||
"PP.KK.VVVV",
|
"PP.KK.VVVV"
|
||||||
"kuukausi päivä, vuosi",
|
|
||||||
"kuukausi-lyhennys päivä, vuosi",
|
|
||||||
"päivä kuukausi vuosi",
|
|
||||||
"päivä kuukausi-lyhennys vuosi"
|
|
||||||
)
|
)
|
||||||
# this must agree with DateDisplayEn's "formats" definition
|
# normally, this would agree with DateDisplayEn's "formats"
|
||||||
# (since no locale-specific _display_gregorian exists, here)
|
# (since no locale-specific _display_gregorian exists, here),
|
||||||
|
# but the locale-specific "display" (below) forces self.format = 1
|
||||||
|
|
||||||
def display(self, date):
|
def display(self, date):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user