Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanxiaobei/hugo-paper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorMichael Ovchinnikov <nstorm90@gmail.com>2018-08-31 15:30:42 +0300
committerMichael Ovchinnikov <nstorm90@gmail.com>2018-08-31 15:30:42 +0300
commitb43e0d727e70083416171407cf0efd46afa1603c (patch)
tree0670b6e9e443624d7b2c50b097caef369c63f136 /i18n
parentc78342e7cc1876511b8ef2f9292b284edbdca03b (diff)
add i18n
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.yaml5
-rw-r--r--i18n/ru.yaml5
2 files changed, 10 insertions, 0 deletions
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