Skip to content
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

Localization work #302

Merged
merged 2 commits into from
Dec 23, 2016
Merged

Localization work #302

merged 2 commits into from
Dec 23, 2016

Conversation

Faizan2304
Copy link
Contributor

Work done under this commit:

  1. Create xlf file for all language
  2. Create language resx file from xlf file
  3. create satellite dll

1) Create xlf file for all language
2) Create language resx file from xlf file
3) create satellite dll
<PropertyGroup>
<TestPlatformRoot Condition="$(TestPlatformRoot) == ''">../../</TestPlatformRoot>
<TestPlatformRoot Condition="$(TestPlatformRoot) == ''">..\..\</TestPlatformRoot>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this change required?

@Faizan2304 Faizan2304 merged commit 78167e9 into microsoft:master Dec 23, 2016
harshjain2 added a commit that referenced this pull request Dec 27, 2016
* Allow TranslationLayer to specify Diag parameters
Log message for logging file of test host

* Passing runsettings as command line arguments.

* Removed unused variable.

* Added regex, testcases.

* Added new parameter VSTestCLIRunSettings in VSTest Task.

* Added htlm encoding to the RunSettings values coming as CLI arguments.

* Style fixes

* Fix typo

* Work done under this commit: (#302)

1) Create xlf file for all language
2) Create language resx file from xlf file
3) create satellite dll

* Testhost Diag log file name format change (#303)

Update diag log format for testhost. New format ensures log files are unique so that we don't run multiple testhosts with same file name in case of parallel runs.

* Changes for passing RunSettings args as array of string.

* Doc changes.

* test fixes.

* Removed unused namespaces, improved documentation, added trim to key.

* Removed HTML Encoding as it is already done while validating xml.

* Removed ununsed namespace and package.run
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.

None yet

5 participants