From b43e0d727e70083416171407cf0efd46afa1603c Mon Sep 17 00:00:00 2001 From: Michael Ovchinnikov Date: Fri, 31 Aug 2018 15:30:42 +0300 Subject: [PATCH] add i18n --- i18n/en.yaml | 5 +++++ i18n/ru.yaml | 5 +++++ layouts/_default/list.html | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 i18n/en.yaml create mode 100644 i18n/ru.yaml 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 @@