Merge branch 'polish' into shigusegubu
* polish: added option for logo in navbar to follow color scheme of the rest of the site also fixed potential mess-up between api/static configs i18n: make "plain text" translatable add the ability to select a post's content type
This commit is contained in:
commit
c2a4ae3654
10 changed files with 115 additions and 28 deletions
|
|
@ -399,6 +399,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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue