* develop: (61 commits)
Translated using Weblate (Vietnamese)
Translated using Weblate (Indonesian)
Translated using Weblate (Chinese (Simplified))
Translated using Weblate (Basque)
Added translation using Weblate (Vietnamese)
Translated using Weblate (Indonesian)
Translated using Weblate (Indonesian)
Translated using Weblate (Basque)
Translated using Weblate (Polish)
Translated using Weblate (Indonesian)
Translated using Weblate (Basque)
Translated using Weblate (Spanish)
Translated using Weblate (Indonesian)
Translated using Weblate (Polish)
Translated using Weblate (Spanish)
Added translation using Weblate (Indonesian)
Translated using Weblate (Spanish)
Translated using Weblate (Catalan)
Translated using Weblate (Catalan)
Translated using Weblate (Catalan)
...
* better-still-emoji:
fix tests, add performance test (skipped, doesn't assert anything), tweak max mentions count
made the code responsible for showing unwritten mentions actually work
remove new options for style and separate line, now groups all chained mentions on a mentionsline regardless of placement. fixes spacing
* origin/develop:
Use proper setting name
Use cleaner instance config check for shoutbox setting
Make locale language cleaner
Don't shorten shoutbox to SB
Fix lint error
Update CHANGELOG.md
New option: Hide shoutbox
* settings-and-filtering:
Use proper setting name
Use cleaner instance config check for shoutbox setting
Make locale language cleaner
Don't shorten shoutbox to SB
Fix lint error
Update CHANGELOG.md
New option: Hide shoutbox
* origin/develop:
Use proper setting name
Use cleaner instance config check for shoutbox setting
Make locale language cleaner
Don't shorten shoutbox to SB
Fix lint error
Update CHANGELOG.md
New option: Hide shoutbox
* better-still-emoji:
change defaults
bump limit to a saner one
moved mentions into a separate component - MentionLine, added collapsing of mentions when there's too many of 'em
fix empty spaces again
configurable mentions placement
moving mentions into separate row
moved transparent button styles into button itself
* better-still-emoji:
moved some post styles into status body since they inferfere with usernames
fixed some strange error
lint
renamed StatusText to StatusBody for clarity, fixed chats
new component - StatusText, to separate post's text from its attachments
some docs, added richcontent to usernames in status, updated stillImage to allow scale of "gif" label
lint, fix warnings
made getAttrs correctly handle both ' and "
mention link
more tests
move styles to richcontent
fix emoji processor not leaving string as-is if no emoji are found
lint
fix escaped apostrophes
[WIP] MUCH better approach to replacing emojis with still versions
* fix-settings-anon:
better approach
fix BooleanSetting and ChoiceSetting not working properly on initial launch as anon visitor (would show all as changed, empty selects)