~cytrogen/masto-fe

8f0b0435ab6f936715231b6dfda19555c3b28517 — Claire 3 years ago 7a0a79e
Fix missing translation strings in en.json and defaultMessages.json (#24518)

M app/javascript/mastodon/locales/defaultMessages.json => app/javascript/mastodon/locales/defaultMessages.json +9 -0
@@ 950,6 950,15 @@
  {
    "descriptors": [
      {
        "defaultMessage": "In Memoriam.",
        "id": "account.in_memoriam"
      }
    ],
    "path": "app/javascript/mastodon/features/account_timeline/components/memorial_note.json"
  },
  {
    "descriptors": [
      {
        "defaultMessage": "{name} has indicated that their new account is now:",
        "id": "account.moved_to"
      },

M app/javascript/mastodon/locales/en.json => app/javascript/mastodon/locales/en.json +1 -0
@@ 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}",