Changes default english date/time formats.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2510 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
82ea6c001d
commit
4596a35c0e
|
@ -4,7 +4,7 @@ en:
|
||||||
# Use the strftime parameters for formats.
|
# Use the strftime parameters for formats.
|
||||||
# When no format has been given, it uses default.
|
# When no format has been given, it uses default.
|
||||||
# You can provide other formats here if you like!
|
# You can provide other formats here if you like!
|
||||||
default: "%Y-%m-%d"
|
default: "%m/%d/%Y"
|
||||||
short: "%b %d"
|
short: "%b %d"
|
||||||
long: "%B %d, %Y"
|
long: "%B %d, %Y"
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ en:
|
||||||
|
|
||||||
time:
|
time:
|
||||||
formats:
|
formats:
|
||||||
default: "%a, %d %b %Y %H:%M:%S %z"
|
default: "%m/%d/%Y %I:%M %p"
|
||||||
short: "%d %b %H:%M"
|
short: "%d %b %H:%M"
|
||||||
long: "%B %d, %Y %H:%M"
|
long: "%B %d, %Y %H:%M"
|
||||||
am: "am"
|
am: "am"
|
||||||
|
|
Loading…
Reference in New Issue