Skip to content

Conversation

@deepakrathore33
Copy link
Contributor

Fixes: #81555
Fixes a typo in the Simplified Chinese translation for the \s regex tooltip.
The carriage return escape sequence was incorrectly shown as \rr instead of \r.

File: src/Features/Core/Portable/xlf/FeaturesResources.zh-Hans.xlf

@deepakrathore33 deepakrathore33 requested a review from a team as a code owner December 5, 2025 14:01
@CyrusNajmabadi
Copy link
Member

I don't know if we edit these directly, as they may get overwritten by loc team in future edits.

@JoeRobich @tmeschter is this the right way to process loc mistakes?

@JoeRobich
Copy link
Member

@deepakrathore33 @CyrusNajmabadi Our process is baked in to the "Localization Suggestion" issue template. Basically it boils down to filing a bug through https://aka.ms/ceLocBug which the translation team will consider.

@JoeRobich
Copy link
Member

@deepakrathore33
Copy link
Contributor Author

I opened https://ceapex.visualstudio.com/CEINTL/_workitems/edit/1116514 for this issue.

Thanks for opening it! I wouldn’t have been able to do that on my side because I don’t have access to https://aka.ms/ceLocBug.

@JoeRobich
Copy link
Member

@deepakrathore33 I thought that might be the case. We can close this PR as their fix will come through the normal localization update process. Thanks for taking a look at it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

In the regex prompt, there's a small typo: the carriage return escape sequence should be \r, not \rr.

3 participants