summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-29 10:40:02 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-29 10:40:15 +0200
commit5341773f4831960706446569675449217937aa6a (patch)
tree96a69147c1d02f0b2ddf235d0169aa0d8f60b401 /i18n
parent8dee2d1294b1f045621ebb93b1f9407d6fccd5ec (diff)
downloadgohugo-theme-ed-5341773f4831960706446569675449217937aa6a.tar.gz
Provide ability to get list of all posts
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml3
-rw-r--r--i18n/ru.toml7
2 files changed, 8 insertions, 2 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index f1a413f..bc92d51 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -39,3 +39,6 @@
[send]
other = 'Send'
+
+[all_publications]
+ other = 'All publications'
diff --git a/i18n/ru.toml b/i18n/ru.toml
index a2db4b2..2598df1 100644
--- a/i18n/ru.toml
+++ b/i18n/ru.toml
@@ -5,7 +5,7 @@
other = 'Вернуться наверх'
[more]
- other = 'Далее...'
+ other = 'Читать далее...'
[updated_at]
other = 'Обновлено'
@@ -17,7 +17,7 @@
other = 'Ваше имя'
[email_addres]
- other = 'Email'
+ other = 'Обратный адрес'
[message]
other = 'Сообщение'
@@ -39,3 +39,6 @@
[send]
other = 'Отправить'
+
+[all_publications]
+ other = 'Все публикации'