summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-02-21 16:44:56 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-02-21 16:44:56 +0000
commit4596a35c0ede861ed58efdc735b696e5211b04bf (patch)
tree985c7a3b895e0cf59c3fb55fe90c959c50ab51a4 /config
parent82ea6c001dec37834cfee81fd3b6aa5805fe6567 (diff)
downloadredmine-4596a35c0ede861ed58efdc735b696e5211b04bf.tar.gz
redmine-4596a35c0ede861ed58efdc735b696e5211b04bf.zip
Changes default english date/time formats.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2510 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index bc95029a8..0424bca58 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -4,7 +4,7 @@ en:
# Use the strftime parameters for formats.
# When no format has been given, it uses default.
# You can provide other formats here if you like!
- default: "%Y-%m-%d"
+ default: "%m/%d/%Y"
short: "%b %d"
long: "%B %d, %Y"
@@ -19,7 +19,7 @@ en:
time:
formats:
- default: "%a, %d %b %Y %H:%M:%S %z"
+ default: "%m/%d/%Y %I:%M %p"
short: "%d %b %H:%M"
long: "%B %d, %Y %H:%M"
am: "am"