Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Conversation

@v-zbsail
Copy link

No description provided.

@peterhuene
Copy link

Unfortunately it looks like the list tool command tests are making some string length assumptions that are violated when the table header is localized. I'll see if I can create a fix for the failing tests.

@nguerrera
Copy link
Contributor

@peterhuene if necessary you can do things conditioned on whether DotnetUnderTest.IsLocalized like we've done in a few places.

@nguerrera
Copy link
Contributor

For things where testing the visual against an English rendering (help message) seemed most effective, I sacrificed the loc coverage.

@nguerrera
Copy link
Contributor

There is also a BeVisuallyEquivalentIfNotLocalized helper I used in places.

@nguerrera
Copy link
Contributor

Nevermind, I see you did the work to fix it and not lose coverage. :)

@peterhuene
Copy link

@v-zbsail If you rebase this PR off of master it should resolve hopefully resolve the test failures.

@nguerrera
Copy link
Contributor

Shouldn't be necessary to rebase. Jenkins uses merge head.

@nguerrera
Copy link
Contributor

@dotnet-bot test this please

@peterhuene
Copy link

That's good to know, thanks. I'm used to Travis for public repos.

@peterhuene
Copy link

@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.

@nguerrera
Copy link
Contributor

@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.

@peterhuene
Copy link

@nguerrera will do.

@nguerrera
Copy link
Contributor

Thanks

@peterhuene
Copy link

For strings being translated that have been modified in master, should I treat them still as new?

@nguerrera
Copy link
Contributor

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.

v-zbsail and others added 2 commits March 19, 2018 13:59
Updating translation status for resource strings that changed upstream.
@peterhuene
Copy link

peterhuene commented Mar 19, 2018

Sorry, I had asked the question without fully reading your previous comment. Pushed up the rebase.

@peterhuene peterhuene removed their assignment Mar 19, 2018
@tmeschter tmeschter merged commit 0bd5241 into dotnet:master Mar 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants