diff options
| author | Edijs <iamedijs@hotmail.com> | 2019-03-04 21:29:56 -0800 |
|---|---|---|
| committer | Edijs <iamedijs@hotmail.com> | 2019-03-04 21:29:56 -0800 |
| commit | f91e4a5801b99084894c4921746f9c47566f30dd (patch) | |
| tree | 61e143c1352c346fa5d53f40db9fa4994667b869 /src/i18n | |
| parent | 3e4d465ebab2196dcacfcae1921d7cf7d74f4a0c (diff) | |
Load post status content type from instance config
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index c5a4a90d..e614fb6c 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -220,6 +220,11 @@ "subject_line_email": "Like email: \"re: subject\"", "subject_line_mastodon": "Like mastodon: copy as is", "subject_line_noop": "Do not copy", + "post_formats": { + "text/plain": "Plain text", + "text/html": "HTML", + "text/markdown": "Markdown" + }, "post_status_content_type": "Post status content type", "status_content_type_plain": "Plain text", "stop_gifs": "Play-on-hover GIFs", |
