summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml3
-rw-r--r--i18n/ru.toml3
2 files changed, 6 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index bc92d51..82cd7fa 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -42,3 +42,6 @@
[all_publications]
other = 'All publications'
+
+[publications_tagged]
+ other = 'Publications tagged "{{ . }}"'
diff --git a/i18n/ru.toml b/i18n/ru.toml
index 2598df1..10c815a 100644
--- a/i18n/ru.toml
+++ b/i18n/ru.toml
@@ -42,3 +42,6 @@
[all_publications]
other = 'Все публикации'
+
+[publications_tagged]
+ other = 'Публикации с тегом "{{ . }}"'