mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-17 01:38:46 +00:00
Add separate translation key for "About this server" string (#36664)
This commit is contained in:
@@ -21,7 +21,10 @@ export const LinkFooter: React.FC<{
|
|||||||
<p>
|
<p>
|
||||||
<strong>{domain}</strong>:{' '}
|
<strong>{domain}</strong>:{' '}
|
||||||
<Link to='/about' target={multiColumn ? '_blank' : undefined}>
|
<Link to='/about' target={multiColumn ? '_blank' : undefined}>
|
||||||
<FormattedMessage id='footer.about' defaultMessage='About' />
|
<FormattedMessage
|
||||||
|
id='footer.about_this_server'
|
||||||
|
defaultMessage='About'
|
||||||
|
/>
|
||||||
</Link>
|
</Link>
|
||||||
{statusPageUrl && (
|
{statusPageUrl && (
|
||||||
<>
|
<>
|
||||||
|
|||||||
@@ -408,6 +408,7 @@
|
|||||||
"follow_suggestions.who_to_follow": "Who to follow",
|
"follow_suggestions.who_to_follow": "Who to follow",
|
||||||
"followed_tags": "Followed hashtags",
|
"followed_tags": "Followed hashtags",
|
||||||
"footer.about": "About",
|
"footer.about": "About",
|
||||||
|
"footer.about_this_server": "About",
|
||||||
"footer.directory": "Profiles directory",
|
"footer.directory": "Profiles directory",
|
||||||
"footer.get_app": "Get the app",
|
"footer.get_app": "Get the app",
|
||||||
"footer.keyboard_shortcuts": "Keyboard shortcuts",
|
"footer.keyboard_shortcuts": "Keyboard shortcuts",
|
||||||
|
|||||||
Reference in New Issue
Block a user