Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Fix missing translation strings in en.json and defaultMessages.json (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored Apr 12, 2023
1 parent 7a0a79e commit 8f0b043
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/javascript/mastodon/locales/defaultMessages.json
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,15 @@
],
"path": "app/javascript/mastodon/features/account_timeline/components/limited_account_hint.json"
},
{
"descriptors": [
{
"defaultMessage": "In Memoriam.",
"id": "account.in_memoriam"
}
],
"path": "app/javascript/mastodon/features/account_timeline/components/memorial_note.json"
},
{
"descriptors": [
{
Expand Down
1 change: 1 addition & 0 deletions app/javascript/mastodon/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"account.follows_you": "Follows you",
"account.go_to_profile": "Go to profile",
"account.hide_reblogs": "Hide boosts from @{name}",
"account.in_memoriam": "In Memoriam.",
"account.joined_short": "Joined",
"account.languages": "Change subscribed languages",
"account.link_verified_on": "Ownership of this link was checked on {date}",
Expand Down

0 comments on commit 8f0b043

Please sign in to comment.