-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 2603456 #107711
Conversation
… Build ID 2536282
… Build ID 2536282
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries |
@carlossanlop -- should this target release/9.0? |
… Build ID 2594242
… Build ID 2594241
… Build ID 2594450
… Build ID 2596490
… Build ID 2596490
For some reason the loc insertion was putting a space in this identifier, which breaks the build. Undo that change for now, issue is tracked in https://ceapex.visualstudio.com/CEINTL/_workitems/create/Feedback?templateId=532ad3a8-b25f-4217-a028-979ac4c34340&ownerId=354effea-8ab7-482a-946d-358eae314712
<trans-unit id="RegexMemberMustHaveValidSignatureMessage"> | ||
<source>GeneratedRegexAttribute method or property must be partial, parameterless, non-generic, non-abstract, and return Regex. If a property, it must also be get-only.</source> | ||
<target state="new">GeneratedRegexAttribute method or property must be partial, parameterless, non-generic, non-abstract, and return Regex. If a property, it must also be get-only.</target> | ||
<trans-unit id="RegexMethodMustHaveValidSignatureMessage"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also seems to be undoing a change from June. 2bf492b#diff-4b415858dc6fa5baaeb017f57860b16e6f0e2479dd6092133aaeeb7765eb9c7bR195
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is expected as far as I understand the loc system since the id changed.
@@ -142,16 +142,6 @@ | |||
<target state="translated">Typ obsahuje více členů s komentářem JsonExtensionDataAttribute</target> | |||
<note /> | |||
</trans-unit> | |||
<trans-unit id="TypeContainsRefLikeMemberFormat"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is undoing a change made in August c1ab6c5#diff-41f0a49909511e29afd9f8ee632594843d510f106249d7cede193017500dba57R145
@@ -132,16 +132,6 @@ | |||
<target state="translated">Našlo se několik polí typu Microsoft.Extensions.Logging.ILogger</target> | |||
<note>{Locked="Microsoft.Extensions.Logging.ILogger"}</note> | |||
</trans-unit> | |||
<trans-unit id="PrimaryConstructorParameterLoggerHiddenMessage"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is undoing a change from May.
9daa4b4#diff-2b526fe79ad2825b0cb16698c883ce0f55f5c11973e0a4a745c4c987d1a9b515R135
@@ -67,16 +67,6 @@ | |||
<target state="translated">Die Basis-COM-Schnittstelle konnte die Quelle nicht generieren. Für diese Schnittstelle wird kein Code generiert.</target> | |||
<note /> | |||
</trans-unit> | |||
<trans-unit id="BaseInterfaceDefinedInOtherAssemblyMessage"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More removals from changes in the last year: 1563fec#diff-460bca8455e8cb028783e1b1e3f1b9829b0c6a5a2912ee8a6b130786a42696ad
I wonder if the problem is caused by us using release/9.0 for the OneLoc job in main? We have #95024 to revert that. /cc @carlossanlop |
We haven't switched back to main since we had all the oneloc changes merged and shipped in release/9.0, so this PR is very stale. I opened #111872 to fix this and we will have to wait for a new OneLoc PR to come in, so I'll close this. |
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/icxLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.