Merge pull request #3120 from techAPJ/patch-3

FIX: months were not getting translated
This commit is contained in:
Jeff Atwood 2015-01-22 04:22:33 -08:00
commit e948dc88d1
1 changed files with 8 additions and 1 deletions

View File

@ -31,11 +31,18 @@ en:
short_date_no_year: "D MMM"
short_date: "D MMM, YYYY"
long_date: "MMMM D, YYYY h:mma"
time:
datetime: &datetime
month_names:
[~, January, February, March, April, May, June, July, August, September, October, November, December]
formats:
short: "%m-%d-%Y"
short_no_year: "%B %-d"
date_only: "%b %-d, %Y"
date:
<<: *datetime
time:
<<: *datetime
title: "Discourse"
topics: "Topics"