Internationalize unexpected error message (#6887)

This commit is contained in:
Akihiko Odaki 2018-03-24 18:54:19 +09:00 committed by Eugen Rochko
parent 65c10c0bc8
commit 4e71b104e6
40 changed files with 109 additions and 5 deletions

View file

@ -1734,5 +1734,18 @@
}
],
"path": "app/javascript/mastodon/features/video/index.json"
},
{
"descriptors": [
{
"defaultMessage": "Oops!",
"id": "alert.unexpected.title"
},
{
"defaultMessage": "An unexpected error occurred.",
"id": "alert.unexpected.message"
}
],
"path": "app/javascript/mastodon/middleware/errors.json"
}
]