diff options
| author | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-06 14:26:46 -0500 |
|---|---|---|
| committer | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-06 14:26:46 -0500 |
| commit | 460976c6e5b23f47d5520a99b3113825fc5dbda4 (patch) | |
| tree | 262c4d5b7e6af17dfe7fa571652149f10082d292 /src/i18n | |
| parent | 6a867f6ae38b4bc3981fb6ca402c196a0967c49e (diff) | |
#301 - add an option for default formatting
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index ac7cc2a7..87849e4c 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -192,6 +192,8 @@ "subject_line_email": "Like email: \"re: subject\"", "subject_line_mastodon": "Like mastodon: copy as is", "subject_line_noop": "Do not copy", + "post_status_content_type": "Post status content type", + "status_content_type_plain": "Plain text", "stop_gifs": "Play-on-hover GIFs", "streaming": "Enable automatic streaming of new posts when scrolled to the top", "text": "Text", |
