diff --git a/config/locales/da.yml b/config/locales/da.yml
index b0f0098..9bc8bc8 100644
--- a/config/locales/da.yml
+++ b/config/locales/da.yml
@@ -7,7 +7,6 @@ da:
display_entries:
one: Viser %{count} %{entry_name}
other: Viser alle %{count} %{entry_name}
- zero: Ingen %{entry_name} fundet
views:
pagination:
first: "« Første"
diff --git a/config/locales/hr.yml b/config/locales/hr.yml
new file mode 100644
index 0000000..03801d6
--- /dev/null
+++ b/config/locales/hr.yml
@@ -0,0 +1,18 @@
+hr:
+ helpers:
+ page_entries_info:
+ more_pages:
+ display_entries: Prikazano %{entry_name} %{first} - %{last} od %{total} ukupnih
+ one_page:
+ display_entries:
+ few: Prikazano par %{count} %{entry_name}
+ many: Prikazano svih %{count} %{entry_name}
+ one: Prikazano %{count} %{entry_name}
+ other: Prikazano svih %{count} %{entry_name}
+ views:
+ pagination:
+ first: "« Prvo"
+ last: Zadnje »
+ next: Slijedeće ›
+ previous: "‹ Prethodno"
+ truncate: "…"
diff --git a/config/locales/th.yml b/config/locales/th.yml
new file mode 100644
index 0000000..5f50f6c
--- /dev/null
+++ b/config/locales/th.yml
@@ -0,0 +1,14 @@
+th:
+ helpers:
+ page_entries_info:
+ more_pages:
+ display_entries: "กำลังแสดงผล %{entry_name} %{first}&nbps;-&nbps;%{last} จากทั้งหมด %{total} หน้า"
+ one_page:
+ display_entries: "กำลังแสดงผล ทั้งหมด %{count} %{entry_name}"
+ views:
+ pagination:
+ first: "« หน้าแรก"
+ last: "หน้าสุดท้าย »"
+ next: "ถัดไป ›"
+ previous: "‹ ก่อนหน้า"
+ truncate: "…"