CoderDennis / elm-time-format / Time.Format.I18n.I_pt_br

Brazilian Portuguese values for day and month names.

dayShort : Time.Weekday -> String

Day short name.

dayName : Time.Weekday -> String

Day full name.

monthShort : Time.Month -> String

Month short name.

monthName : Time.Month -> String

Month full name.

dayOfMonthWithSuffix : Basics.Bool -> Basics.Int -> String

Returns a common Brazilian Portuguse idiom for days of month. Pad indicates space pad the day of month value so single digit outputs have space padding to make them same length as double digit days of month.

Because only one day has a suffix I am not sure what to do with padding. Here 4 left seemed wrong as its a lot of white space for most numbers so have reduced it to 2.