Skip to content

Commit

Permalink
Don't title-case weekdaysMin in Finnish
Browse files Browse the repository at this point in the history
  • Loading branch information
eternicode committed May 14, 2012
1 parent 40d24da commit bf7ab4c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lang/fi.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
monthsShort : "tam_hel_maa_huh_tou_kes_hei_elo_syy_lok_mar_jou".split("_"),
weekdays : "sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),
weekdaysShort : "su_ma_ti_ke_to_pe_la".split("_"),
weekdaysMin : "Su_Ma_Ti_Ke_To_Pe_La".split("_"),
weekdaysMin : "su_ma_ti_ke_to_pe_la".split("_"),
longDateFormat : {
LT : "HH.mm",
L : "DD.MM.YYYY",
Expand Down
Loading

0 comments on commit bf7ab4c

Please sign in to comment.