Skip to content

fix(PlayTimeDialog.vue): fix link formatting - #1372

Merged
itsalaidbacklife merged 6 commits into
mainfrom
fix/play-time-dialog-text
Aug 10, 2026
Merged

fix(PlayTimeDialog.vue): fix link formatting#1372
itsalaidbacklife merged 6 commits into
mainfrom
fix/play-time-dialog-text

Conversation

@itsalaidbacklife

@itsalaidbacklife itsalaidbacklife commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Old:
image

New:
Uploading Screenshot 2026-08-07 at 9.48.25 AM.png…

Issue number

N/A

Please check the following

  • Do the tests still pass? (see Run the Tests)
  • Is the code formatted properly? (see Linting (Formatting))
  • For New Features:
    • Have tests been added to cover any new features or fixes?
    • Has the documentation been updated accordingly?

Please describe additional details for testing this change

@itsalaidbacklife itsalaidbacklife added bug Something isn't working version-patch An update that warrants a bumping the project's patch version (e.g. 4.0.0 => 4.0.1) labels Aug 6, 2026
itsalaidbacklife and others added 5 commits August 6, 2026 09:01
The i18n-t slots used numeric names (#0/#1) while the messages used
numbered placeholders ({0}/{1}). vue-i18n collects named slots into a
named arg map, but numbered tokens resolve as list interpolation from an
empty positional array, so the link and channel rendered as empty
comment nodes. Switch both slots and all locale placeholders to named
({discordLink}/{channel}).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@itsalaidbacklife
itsalaidbacklife merged commit eec71b6 into main Aug 10, 2026
9 checks passed
@itsalaidbacklife
itsalaidbacklife deleted the fix/play-time-dialog-text branch August 10, 2026 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working version-patch An update that warrants a bumping the project's patch version (e.g. 4.0.0 => 4.0.1)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant