From 405bcc10c0861a861d506b3cf15d8d32c870bf96 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 8 Aug 2012 00:00:14 +0000 Subject: [PATCH] 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 --- config/locales/pt-BR.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: -- 2.39.5