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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user