From 53ab4166832d7e8d58dbbd2e4befe7442c70754a Mon Sep 17 00:00:00 2001 From: nanxiaobei Date: Mon, 1 Apr 2019 16:00:16 +0800 Subject: [PATCH] Update i18n --- i18n/en.yaml | 10 +++++----- i18n/ko.yaml | 8 ++++---- i18n/ru.yaml | 10 +++++----- 3 files changed, 14 insertions(+), 14 deletions(-) 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: 'Туда'