From: Toshi MARUYAMA Date: Wed, 8 Aug 2012 00:00:14 +0000 (+0000) Subject: fix plural form of the abbreviation for hours in Brazilian Portuguese (#11600) X-Git-Tag: 2.1.0~159 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=405bcc10c0861a861d506b3cf15d8d32c870bf96;p=redmine.git fix plural form of the abbreviation for hours in Brazilian Portuguese (#11600) Contributed by Mauricio Piacentini. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10169 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 3f3568e75..7bfc531c4 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -18,10 +18,10 @@ pt-BR: time: formats: - default: "%A, %d de %B de %Y, %H:%M hs" - time: "%H:%M hs" - short: "%d/%m, %H:%M hs" - long: "%A, %d de %B de %Y, %H:%M hs" + default: "%A, %d de %B de %Y, %H:%M h" + time: "%H:%M h" + short: "%d/%m, %H:%M h" + long: "%A, %d de %B de %Y, %H:%M h" only_second: "%S" datetime: formats: