Skip to content

Remove the hardcoded period after the switch-back link - #280

Merged
johnbillion merged 1 commit into
johnbillion:developfrom
wj-yuta-imai:279-remove-hardcoded-period
Jul 8, 2026
Merged

Remove the hardcoded period after the switch-back link#280
johnbillion merged 1 commit into
johnbillion:developfrom
wj-yuta-imai:279-remove-hardcoded-period

Conversation

@wj-yuta-imai

Copy link
Copy Markdown
Contributor

Removes the hardcoded period after the switch-back link in the admin notice, as agreed in #279.

The period was output as a literal ASCII . after the link, outside any translatable string, so it couldn't be localised for languages that use different sentence punctuation. The switch-back message itself carries no trailing punctuation.

AI assistance disclosure: this change was prepared with the help of an AI coding agent (Claude) and reviewed before submitting.

Fixes #279

The period was output as a literal ASCII `.` outside any translatable
string, so it could not be localised. Fixes johnbillion#279.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@johnbillion johnbillion added this to the 1.12.1 milestone Jul 8, 2026
@johnbillion
johnbillion merged commit ee3fe35 into johnbillion:develop Jul 8, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hardcoded ASCII period after switch-back link in admin notice breaks non-English punctuation

2 participants