diff --git a/i18n/en.yaml b/i18n/en.yaml new file mode 100644 index 00000000..4491f35b --- /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 00000000..eb735abf --- /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 aa76b4fa..5433b171 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -33,10 +33,10 @@