diff options
author | Jason Woofenden <jason@jasonwoof.com> | 2009-06-03 00:23:17 -0400 |
---|---|---|
committer | Jason Woofenden <jason@jasonwoof.com> | 2009-06-03 00:23:17 -0400 |
commit | b5fd88cd8f56e5705498654ef9dd5455f59bde20 (patch) | |
tree | aecacbdf50384660ccf14716dbd5f343e30a200f | |
parent | 5096af24a4a635a33bfe210f8d12d73b321f988e (diff) | |
download | gitorious-mainline-outdated-b5fd88cd8f56e5705498654ef9dd5455f59bde20.zip gitorious-mainline-outdated-b5fd88cd8f56e5705498654ef9dd5455f59bde20.tar.gz gitorious-mainline-outdated-b5fd88cd8f56e5705498654ef9dd5455f59bde20.tar.bz2 |
add year to "human" dates.
-rw-r--r-- | config/locales/en.rb | 2 | ||||
-rw-r--r-- | config/locales/es.rb | 2 | ||||
-rw-r--r-- | config/locales/pt-BR.rb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/config/locales/en.rb b/config/locales/en.rb index 579cc3f..6064e88 100644 --- a/config/locales/en.rb +++ b/config/locales/en.rb @@ -567,7 +567,7 @@ :short => "%d %b %H:%M", :long => "%B %d, %Y %H:%M", :only_second => "%S", - :human => "%A %B %d", + :human => "%A %B %d %Y", :short_time => "%H:%M", :datetime => { :formats => { diff --git a/config/locales/es.rb b/config/locales/es.rb index a04e5e2..a9f645d 100644 --- a/config/locales/es.rb +++ b/config/locales/es.rb @@ -385,7 +385,7 @@ :short => lambda { |time| "#{time.day}/%m, %H:%M hs" }, :long => lambda { |time| "%A, #{time.day} de %B de %Y, %H:%M hs" }, :only_second => "%S", - :human => "%A, %d de %B", + :human => "%A, %d de %B %Y", :short_time => "%H:%M", :datetime => { :formats => { diff --git a/config/locales/pt-BR.rb b/config/locales/pt-BR.rb index dc06934..c16a7b7 100644 --- a/config/locales/pt-BR.rb +++ b/config/locales/pt-BR.rb @@ -413,7 +413,7 @@ :short => lambda { |time| "#{time.day}/%m, %H:%M hs" }, :long => lambda { |time| "%A, #{time.day} de %B de %Y, %H:%M hs" }, :only_second => "%S", - :human => "%A às %d de %B", + :human => "%A às %d de %B %Y", :short_time => "%H:%M", :datetime => { :formats => { |