Merge remote-tracking branch 'upstream/develop' into polish

* upstream/develop:
  i18n: make "plain text" translatable
  add the ability to select a post's content type
This commit is contained in:
Henry Jameson 2018-08-31 04:20:40 +03:00
commit 46d8b55d44
6 changed files with 31 additions and 10 deletions

View file

@ -400,6 +400,9 @@ const en = {
unlisted: 'Unlisted - Do not post to public timelines',
private: 'Followers-only - Post to followers only',
direct: 'Direct - Post to mentioned users only'
},
content_type: {
plain_text: 'Plain text'
}
},
finder: {