Remove i18n date order key

We are having some trouble where people are translating the `date.order` key.

These keys are supposed to have the symbols :year, :month, :day and not be translated to for exampe :año, :mes, :día

Really these keys are not needed in the translation file as rails is picking up `date.format`[1] key instead of `date.order`

So we can safely remove this problematic key

[1] https://github.com/consul/consul/blob/master/config/locales/en/rails.yml#L54
This commit is contained in:
voodoorai2000
2018-11-06 14:53:24 +01:00
parent 7d403a6d86
commit d45a2285db

View File

@@ -68,10 +68,6 @@ en:
- October - October
- November - November
- December - December
order:
- :year
- :month
- :day
datetime: datetime:
distance_in_words: distance_in_words:
about_x_hours: about_x_hours:
@@ -224,4 +220,4 @@ en:
long: "%B %d, %Y %H:%M" long: "%B %d, %Y %H:%M"
short: "%d %b %H:%M" short: "%d %b %H:%M"
api: "%Y-%m-%d %H" api: "%Y-%m-%d %H"
pm: pm pm: pm