correct the Finnish date-format choices (add the other four)
svn: r22675
This commit is contained in:
parent
e4cbeaef19
commit
b2e5148b18
@ -139,7 +139,11 @@ class DateDisplayFI(DateDisplay):
|
||||
|
||||
formats = (
|
||||
"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
|
||||
# (since no locale-specific _display_gregorian exists, here)
|
||||
|
Loading…
Reference in New Issue
Block a user