Merge branch 'spoiler' of git://github.com/kagucho/mastodon into kagucho-spoiler
This commit is contained in:
commit
f0ae6b4cc5
39 changed files with 92 additions and 41 deletions
|
@ -319,6 +319,15 @@
|
|||
],
|
||||
"path": "app/javascript/mastodon/containers/status_container.json"
|
||||
},
|
||||
{
|
||||
"descriptors": [
|
||||
{
|
||||
"defaultMessage": "Media",
|
||||
"id": "account.media"
|
||||
}
|
||||
],
|
||||
"path": "app/javascript/mastodon/features/account_gallery/index.json"
|
||||
},
|
||||
{
|
||||
"descriptors": [
|
||||
{
|
||||
|
@ -781,8 +790,12 @@
|
|||
{
|
||||
"descriptors": [
|
||||
{
|
||||
"defaultMessage": "Hide text behind warning",
|
||||
"id": "compose_form.spoiler"
|
||||
"defaultMessage": "Text is hidden behind warning",
|
||||
"id": "compose_form.spoiler.marked"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "Text is not hidden",
|
||||
"id": "compose_form.spoiler.unmarked"
|
||||
}
|
||||
],
|
||||
"path": "app/javascript/mastodon/features/compose/containers/spoiler_button_container.json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue