platyPS icon indicating copy to clipboard operation
platyPS copied to clipboard

Local languages not supported

Open abbgrade opened this issue 6 years ago • 2 comments

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

abbgrade avatar Jan 27 '19 10:01 abbgrade

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

vors avatar Jan 30 '19 05:01 vors

Reopening this issue to track the feature request for localization support.

sdwheeler avatar Mar 04 '22 16:03 sdwheeler