diff options
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/en.toml | 6 | ||||
| -rw-r--r-- | i18n/ru.toml | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml index 0c786b7..bbdff71 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -66,3 +66,9 @@ [tag_cloud] other = 'Tag Cloud' + +[back_to_top] + other = 'Back to top' + +[back_to_top_label] + other = 'Back to top of the page' diff --git a/i18n/ru.toml b/i18n/ru.toml index 40aba8c..abddef4 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -66,3 +66,9 @@ [tag_cloud] other = 'Облако тегов' + +[back_to_top] + other = 'Вернуться в начало' + +[back_to_top_label] + other = 'Вернуться в начало страницы' |
