Skip to content

Instantly share code, notes, and snippets.

@kurko
Created February 17, 2019 22:16
Show Gist options
  • Select an option

  • Save kurko/e22c6779fdd9b81c15df6950c219e73a to your computer and use it in GitHub Desktop.

Select an option

Save kurko/e22c6779fdd9b81c15df6950c219e73a to your computer and use it in GitHub Desktop.

Revisions

  1. kurko created this gist Feb 17, 2019.
    68 changes: 68 additions & 0 deletions en.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,68 @@
    en:
     date:
        abbr_day_names:
        - Sun
        - Mon
        - Tue
        - Wed
        - Thu
        - Fri
        - Sat
        abbr_month_names:
        -
        - Jan
        - Feb
        - Mar
        - Apr
        - May
        - Jun
        - Jul
        - Aug
        - Sep
        - Oct
        - Nov
        - Dec
        day_names:
       - Sunday
       - Monday
       - Tuesday
       - Wednesday
       - Thursday
       - Friday
       - Saturday
        formats:
          default: "%Y-%m-%d"
          long: "%B %d, %Y"
          short: "%b %d"
       month_names:
       -
        - January
        - February
        - March
        - April
        - May
        - June
        - July
        - August
        - September
        - October
        - November
        - December
        order:
        - :year
        - :month
        - :day

    actions:
        show: Show
        edit: Edit
        destroy: Destroy
        new: New
        back: Back

      helpers:
        submit:
          create: "Create a %{model}"
          update: "Update the %{model}"

      confirm: Are you sure?