diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-11-19 14:22:17 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-11-19 14:22:17 +0000 |
| commit | 0eda60eeb49f4fa460fe6f9f6196ddbb014427c7 (patch) | |
| tree | 29afd57c3fb71d02ee1f1460ae22c50b53bdff2b /src/i18n | |
| parent | aa1b812484917c542eca416120420a77e068e260 (diff) | |
| parent | 28efd7d862d3fb890969448479d3034af7201170 (diff) | |
Merge branch 'greentext-strikes-back' into 'develop'
⑨ Added greentext support ⑨
Closes #9
See merge request pleroma/pleroma-fe!994
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 2 | ||||
| -rw-r--r-- | src/i18n/ru.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index ad3e671d..85146ef5 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -370,6 +370,8 @@ "false": "no", "true": "yes" }, + "fun": "Fun", + "greentext": "Meme arrows", "notifications": "Notifications", "notification_setting": "Receive notifications from:", "notification_setting_follows": "Users you follow", diff --git a/src/i18n/ru.json b/src/i18n/ru.json index f8bcd996..19e10f1e 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -174,6 +174,8 @@ "name_bio": "Имя и описание", "new_email": "Новый email", "new_password": "Новый пароль", + "fun": "Потешное", + "greentext": "Мемные стрелочки", "notification_visibility": "Показывать уведомления", "notification_visibility_follows": "Подписки", "notification_visibility_likes": "Лайки", |
