Skip to content

Comments

Fix incorrect URL detection in SwiftUI Text#794

Open
Chronos2500 wants to merge 1 commit intoXcodesOrg:mainfrom
Chronos2500:patch-1
Open

Fix incorrect URL detection in SwiftUI Text#794
Chronos2500 wants to merge 1 commit intoXcodesOrg:mainfrom
Chronos2500:patch-1

Conversation

@Chronos2500
Copy link

This issue occurred only in the Japanese and Korean localized versions.

In those translations, the URL was written without whitespace before the following text, causing SwiftUI's automatic URL detection to incorrectly include trailing characters (such as the closing parenthesis and subsequent text) as part of the link.

image

As a result, the generated URL became invalid and led to a 404 error.

This PR fixes the issue by correcting the Japanese and Korean localized strings to ensure the URL is properly recognized and navigates to the intended page.

No changes were made to application logic or other localizations.

Updated links in Japanese and Korean translations for clarity.
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.

1 participant