Skip to content

Commit

Permalink
locales/en: re-add locale
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoviola committed Jan 22, 2020
1 parent 2c6b703 commit 3640026
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,24 @@

en:
hello: "Hello world"
will_paginate:
previous_label: "←"
next_label: "→"
page_gap: "…"
page_entries_info:
single_page:
zero: "No records"
one: "1 record"
other: "All %{count} records"
single_page_html:
zero: "No records"
one: "<b>1</b> record"
other: "All <b>%{count}</b> records"
multi_page: "Records %{from} - %{to} of %{count}"
multi_page_html: "Records <b>%{from}</b>&nbsp;&ndash;&nbsp;<b>%{to}</b> of <b>%{count}</b>"

datetime:
distance_in_words:
x_days:
one: 24 hours
other: "%{count} days"

0 comments on commit 3640026

Please sign in to comment.