diff options
| author | piuvas <piuvas@proton.me> | 2024-10-08 00:33:16 -0300 |
|---|---|---|
| committer | piuvas <piuvas@proton.me> | 2024-10-08 00:33:16 -0300 |
| commit | 672c4f746c6952c0f0d565c48b83ccc978caa0bf (patch) | |
| tree | 05d99d5039f984d356f8764c857d3689c3145402 | |
| parent | update crowdin.yml (diff) | |
| download | sharkey-672c4f746c6952c0f0d565c48b83ccc978caa0bf.tar.gz sharkey-672c4f746c6952c0f0d565c48b83ccc978caa0bf.tar.bz2 sharkey-672c4f746c6952c0f0d565c48b83ccc978caa0bf.zip | |
inform users about sharkey specific localization
| -rw-r--r-- | packages/frontend/src/pages/settings/general.vue | 7 | ||||
| -rw-r--r-- | sharkey-locales/en-US.yml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/settings/general.vue b/packages/frontend/src/pages/settings/general.vue index 8cd1caf6bd..2858822b79 100644 --- a/packages/frontend/src/pages/settings/general.vue +++ b/packages/frontend/src/pages/settings/general.vue @@ -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> diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index f0477fa1ed..262c758221 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -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" |