diff options
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/en.toml | 3 | ||||
| -rw-r--r-- | i18n/ru.toml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml index 0ee2188..4e776b7 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -48,3 +48,6 @@ [publications_tagged] other = 'Publications tagged "{{ . }}"' + +[table_of_contents] + other = 'Contents' diff --git a/i18n/ru.toml b/i18n/ru.toml index f3d13d4..4dcc4a5 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -48,3 +48,6 @@ [publications_tagged] other = 'Публикации с тегом "{{ . }}"' + +[table_of_contents] + other = 'Содержание' |
