diff --git a/i18n/en.yaml b/i18n/en.yaml new file mode 100644 index 0000000..4491f35 --- /dev/null +++ b/i18n/en.yaml @@ -0,0 +1,5 @@ +- id: nextPage + translation: "Next Page" + +- id: prevPage + translation: "Prev Page" \ No newline at end of file diff --git a/i18n/ru.yaml b/i18n/ru.yaml new file mode 100644 index 0000000..eb735ab --- /dev/null +++ b/i18n/ru.yaml @@ -0,0 +1,5 @@ +- id: nextPage + translation: "Туда" + +- id: prevPage + translation: "Сюда" \ No newline at end of file diff --git a/layouts/_default/list.html b/layouts/_default/list.html index aa76b4f..5433b17 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -33,10 +33,10 @@