diff options
| author | Henry Jameson <me@hjkos.com> | 2019-01-17 22:49:33 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-01-17 22:49:33 +0300 |
| commit | a680f7d6842b5382d132865c6fd00ab7c53b3109 (patch) | |
| tree | 33af48f49022c6fc7b7858360609d7711052e177 /src | |
| parent | 6e219c2961ddd205d618f2775076c25f49c63ca2 (diff) | |
localization strings
Diffstat (limited to 'src')
| -rw-r--r-- | src/i18n/en.json | 1 | ||||
| -rw-r--r-- | src/i18n/ru.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 8a6d1310..cb26487b 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -323,6 +323,7 @@ "block": "Block", "blocked": "Blocked!", "deny": "Deny", + "favorites": "Favorites", "follow": "Follow", "follow_sent": "Request sent!", "follow_progress": "Requesting…", diff --git a/src/i18n/ru.json b/src/i18n/ru.json index 249eab69..0887bb59 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -279,6 +279,7 @@ "user_card": { "block": "Заблокировать", "blocked": "Заблокирован", + "favorites": "Понравившиеся", "follow": "Читать", "follow_sent": "Запрос отправлен!", "follow_progress": "Запрашиваем…", |
