Skip to content
  • Chris McGrath's avatar
    6bb784ea
    Remove i18n symbol dependency · 6bb784ea
    Chris McGrath authored
    date.order is the only key in rails i18n that is required to be a
    symbol. This patch allows for symbols or strings which means:
    
    * No requirement for symbol type in .yml files. A future
      YAML.safe_load wouldn't need to load symbols
    * Rails could actually use json rather than yml as the backend
    6bb784ea
    Remove i18n symbol dependency
    Chris McGrath authored
    date.order is the only key in rails i18n that is required to be a
    symbol. This patch allows for symbols or strings which means:
    
    * No requirement for symbol type in .yml files. A future
      YAML.safe_load wouldn't need to load symbols
    * Rails could actually use json rather than yml as the backend
Loading