diff --git a/i18n/en.yaml b/i18n/en.yaml index 4491f35b..028996c3 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -1,5 +1,5 @@ -- id: nextPage - translation: "Next Page" - -- id: prevPage - translation: "Prev Page" \ No newline at end of file +- id: prev_page + translation: 'Prev Page' + +- id: next_page + translation: 'Next Page' diff --git a/i18n/ko.yaml b/i18n/ko.yaml index fbcb2ec4..934f730d 100644 --- a/i18n/ko.yaml +++ b/i18n/ko.yaml @@ -1,5 +1,5 @@ -- id: nextPage - translation: "다음 페이지" +- id: prev_page + translation: '이전 페이지' -- id: prevPage - translation: "이전 페이지" +- id: next_page + translation: '다음 페이지' diff --git a/i18n/ru.yaml b/i18n/ru.yaml index eb735abf..f7ed4da2 100644 --- a/i18n/ru.yaml +++ b/i18n/ru.yaml @@ -1,5 +1,5 @@ -- id: nextPage - translation: "Туда" - -- id: prevPage - translation: "Сюда" \ No newline at end of file +- id: prev_page + translation: 'Сюда' + +- id: next_page + translation: 'Туда'