Add link to Hometown source in footer

This commit is contained in:
Darius Kazemi 2019-07-10 21:10:58 -07:00
parent 927a79e315
commit 5585c244da
2 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,10 @@ const LinkFooter = ({ withHotkeys }) => (
id='getting_started.open_source_notice'
defaultMessage='Mastodon is open source software. You can contribute or report issues on GitHub at {github}.'
values={{ github: <span><a href={source_url} rel='noopener' target='_blank'>{repository}</a> (v{version})</span> }}
/> <FormattedMessage
id='getting_started.hometown_open_source_notice'
defaultMessage='Hometown is also open source, at {hometown}.'
values={{ hometown: <span><a href='https://github.com/hometown-fork/hometown' rel='noopener' target='_blank'>friendcamp/mastodon</a></span> }}
/>
</p>
</div>

View File

@ -145,6 +145,7 @@
"getting_started.directory": "Profile directory",
"getting_started.documentation": "Documentation",
"getting_started.heading": "Getting started",
"getting_started.hometown_open_source_notice": "Hometown is also open source, at {hometown}.",
"getting_started.invite": "Invite people",
"getting_started.open_source_notice": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}.",
"getting_started.security": "Security",