Project

General

Profile

Patch #11600 ยป pt_BR.patch

Patch for correct abbreviation of hours in pt_br - Mauricio Piacentini, 2012-08-07 20:57

View differences:

config/locales/pt-BR.yml (working copy)
18 18

  
19 19
  time:
20 20
    formats:
21
      default: "%A, %d de %B de %Y, %H:%M hs"
21
      default: "%A, %d de %B de %Y, %H:%M h"
22 22
      time: "%H:%M hs"
23 23
      short: "%d/%m, %H:%M hs"
24
      long: "%A, %d de %B de %Y, %H:%M hs"
24
      long: "%A, %d de %B de %Y, %H:%M h"
25 25
      only_second: "%S"
26 26
      datetime:
27 27
        formats:
    (1-1/1)