summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-08-08 00:00:14 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-08-08 00:00:14 +0000
commit405bcc10c0861a861d506b3cf15d8d32c870bf96 (patch)
tree72ca8c381b502a33ed14f5e6d3f2cf6192de69de
parent2e536a2c563bda8162fec8d3a0bc189706820a21 (diff)
downloadredmine-405bcc10c0861a861d506b3cf15d8d32c870bf96.tar.gz
redmine-405bcc10c0861a861d506b3cf15d8d32c870bf96.zip
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
-rw-r--r--config/locales/pt-BR.yml8
1 files 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: