-
Notifications
You must be signed in to change notification settings - Fork 1k
Conversation
|
Unfortunately it looks like the |
|
@peterhuene if necessary you can do things conditioned on whether DotnetUnderTest.IsLocalized like we've done in a few places. |
|
For things where testing the visual against an English rendering (help message) seemed most effective, I sacrificed the loc coverage. |
|
There is also a BeVisuallyEquivalentIfNotLocalized helper I used in places. |
|
Nevermind, I see you did the work to fix it and not lose coverage. :) |
|
@v-zbsail If you rebase this PR off of master it should resolve hopefully resolve the test failures. |
|
Shouldn't be necessary to rebase. Jenkins uses merge head. |
|
@dotnet-bot test this please |
|
That's good to know, thanks. I'm used to Travis for public repos. |
|
@v-zbsail Unfortunately it looks like this needs to be rebased with changes that went into master recently. Will changed a few of the resource strings to make them clearer for users. |
|
@peterhuene you can resolve this for him. That's the usual process. Accept conflicts in entirely in his favor then build to change things to needs-review etc. Push a commit. |
|
@nguerrera will do. |
|
Thanks |
|
For strings being translated that have been modified in master, should I treat them still as |
|
No accept his side of the conflict entirely (whole file) with "translated" then update xlf as usual and tooling will change to "needs-review-translation" which is correct. |
Updating translation status for resource strings that changed upstream.
|
Sorry, I had asked the question without fully reading your previous comment. Pushed up the rebase. |
No description provided.