diff options
| author | lambda <pleromagit@rogerbraun.net> | 2018-12-03 14:55:43 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2018-12-03 14:55:43 +0000 |
| commit | 9e78eddf2ad846ee69bfef690cfe3765d1b55dcb (patch) | |
| tree | f5e674945a381ace77313557d1c2789ea1af5ce4 /src/i18n | |
| parent | ea28aa62f00663ab8a0e0bf64551ac15256a3242 (diff) | |
| parent | b34097a5c154cb913048a16848d0ab0d48dfe626 (diff) | |
Merge branch 'subject-line-entry-auto' into 'develop'
Added option to auto-hide subject field when it's empty.
Closes #174
See merge request pleroma/pleroma-fe!388
Diffstat (limited to 'src/i18n')
| -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 314fa083..ae4f93d9 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -159,6 +159,7 @@ "set_new_profile_background": "Set new profile background", "set_new_profile_banner": "Set new profile banner", "settings": "Settings", + "subject_input_always_show": "Always show subject field", "subject_line_behavior": "Copy subject when replying", "subject_line_email": "Like email: \"re: subject\"", "subject_line_mastodon": "Like mastodon: copy as is", diff --git a/src/i18n/ru.json b/src/i18n/ru.json index 921bf67e..9c28ccf4 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -133,6 +133,7 @@ "set_new_profile_background": "Загрузить новый фон профиля", "set_new_profile_banner": "Загрузить новый баннер профиля", "settings": "Настройки", + "subject_input_always_show": "Всегда показывать поле ввода темы", "stop_gifs": "Проигрывать GIF анимации только при наведении", "streaming": "Включить автоматическую загрузку новых сообщений при прокрутке вверх", "text": "Текст", |
