-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from ykuijs/master
Fixed issue with Test-Path casing
- Loading branch information
Showing
5 changed files
with
113 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
# English strings | ||
ConvertFrom-StringData @' | ||
FoundMofFilesMessage = Found {0} MOF files in path '{1}'. | ||
GenerateHelpDocumentMessage = Generating help document for '{0}'. | ||
OutputHelpDocumentMessage = Outputting help document to '{0}'. | ||
GenerateWikiPageMessage = Generating wiki page for '{0}'. | ||
OutputWikiPageMessage = Outputting wiki page to '{0}'. | ||
NoDescriptionFileFoundWarning = No README.md description file found for '{0}', skipping. | ||
NoExampleFileFoundWarning = No Example files found for resource '{0}'. | ||
FoundMofFilesMessage = Found {0} MOF files in path '{1}'. | ||
GenerateHelpDocumentMessage = Generating help document for '{0}'. | ||
OutputHelpDocumentMessage = Outputting help document to '{0}'. | ||
GenerateWikiPageMessage = Generating wiki page for '{0}'. | ||
OutputWikiPageMessage = Outputting wiki page to '{0}'. | ||
NoDescriptionFileFoundWarning = No README.md description file found for '{0}', skipping. | ||
MultipleDescriptionFileFoundWarning = {1} README.md description files found for '{0}', skipping. | ||
NoExampleFileFoundWarning = No Example files found for resource '{0}'. | ||
'@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters