platyPS
platyPS copied to clipboard
Local languages not supported
Steps to reproduce
Create a script with a function and a .EXAMPLE comment.
Run New-MarkdownHelp
Expected behavior
A generated markdown file with
## EXAMPLES
### EXAMPLE 1
Actual behavior
A generated markdown file with
## EXAMPLES
### BEISPIEL 1
Environment data
Windows 10 platyPs v0.12.0 PSVersion 5.1.17134.407
Unfortunately, not much we can do here: the example name (the whole "Example 1" thing, not only the number "1") is coming from the maml, so it's in the localized form. Dupe of #300
Reopening this issue to track the feature request for localization support.