diff --git a/public/i18n/ru.json b/public/i18n/ru.json index 4d83825..676cebf 100644 --- a/public/i18n/ru.json +++ b/public/i18n/ru.json @@ -96,6 +96,14 @@ "Settings": "Настройки", "✍": "✍", "New Tweet": "Новый твит" + }, + "actions": { + "Translate": "Перевести", + "Retweet": "Ретвитнуть", + "Reply": "Ответить", + "Quote": "Цитировать", + "Star": "В Ибранное", + "Delete": "Удалить" } } } diff --git a/public/templates/tweet.ejs.html b/public/templates/tweet.ejs.html index 45887f2..d430253 100644 --- a/public/templates/tweet.ejs.html +++ b/public/templates/tweet.ejs.html @@ -5,7 +5,7 @@
<%= tweet.textHTML %>