inform users about sharkey specific localization

This commit is contained in:
piuvas 2024-10-08 00:33:16 -03:00
parent 6c1f2c6d11
commit 672c4f746c
No known key found for this signature in database
GPG key ID: 82743F52454C621D
2 changed files with 8 additions and 1 deletions

View file

@ -14,6 +14,13 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkLink url="https://crowdin.com/project/misskey">Crowdin</MkLink>
</template>
</I18n>
<br />
<I18n :src="i18n.ts.i18nInfoSharkey" tag="span">
<template #link>
<!-- TODO: ADD LINK TO OUR I18N SERVICE -->
<MkLink url="https://crowdin.com/project/misskey">INSERT THINGY</MkLink>
</template>
</I18n>
</template>
</MkSelect>

View file

@ -71,7 +71,7 @@ reportAbuseRenote: "Report boost"
forwardReport: "Forward report to remote instance"
forwardReportIsAnonymous: "Instead of your account, an anonymous system account will be displayed as reporter at the remote instance."
abuseMarkAsResolved: "Mark report as resolved"
i18nInfo: "Sharkey is being translated into various languages by volunteers. You can help at {link}."
i18nInfoSharkey: "Sharkey specific changes are translated in its own {link}."
renotesCount: "Number of boosts sent"
renotedCount: "Number of boosts received"
showTickerOnReplies: "Show instance ticker on replies"