Skip to content

Commit

Permalink
Added da, hr, th
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrish committed Jan 11, 2018
1 parent 3e9d101 commit d278290
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/locales/da.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ da:
display_entries:
one: Viser <b>%{count}</b> %{entry_name}
other: Viser <b>alle %{count}</b> %{entry_name}
zero: Ingen %{entry_name} fundet
views:
pagination:
first: "&laquo; Første"
Expand Down
18 changes: 18 additions & 0 deletions config/locales/hr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
hr:
helpers:
page_entries_info:
more_pages:
display_entries: Prikazano %{entry_name} <b>%{first}&nbsp;-&nbsp;%{last}</b> od <b>%{total}</b> ukupnih
one_page:
display_entries:
few: Prikazano <b>par %{count}</b> %{entry_name}
many: Prikazano <b>svih %{count}</b> %{entry_name}
one: Prikazano <b>%{count}</b> %{entry_name}
other: Prikazano <b>svih %{count}</b> %{entry_name}
views:
pagination:
first: "&laquo Prvo"
last: Zadnje &raquo;
next: Slijedeće &rsaquo;
previous: "&lsaquo; Prethodno"
truncate: "&hellip;"
14 changes: 14 additions & 0 deletions config/locales/th.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
th:
helpers:
page_entries_info:
more_pages:
display_entries: "กำลังแสดงผล %{entry_name} <b>%{first}&nbps;-&nbps;%{last}</b> จากทั้งหมด <b>%{total}</b> หน้า"
one_page:
display_entries: "กำลังแสดงผล <b>ทั้งหมด %{count}</b> %{entry_name}"
views:
pagination:
first: "&laquo; หน้าแรก"
last: "หน้าสุดท้าย &raquo;"
next: "ถัดไป &rsaquo;"
previous: "&lsaquo; ก่อนหน้า"
truncate: "&hellip;"

0 comments on commit d278290

Please sign in to comment.