-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Localizing help and making it updatable #3206
Copy link
Copy link
Open
Labels
Area-LocalizationIssues related to localizationIssues related to localizationIssue-FeatureThis is a feature request for the Windows Package Manager client.This is a feature request for the Windows Package Manager client.PowerShellIssue related to WinGet PowerShell Module or cmdletIssue related to WinGet PowerShell Module or cmdlet
Metadata
Metadata
Assignees
Labels
Area-LocalizationIssues related to localizationIssues related to localizationIssue-FeatureThis is a feature request for the Windows Package Manager client.This is a feature request for the Windows Package Manager client.PowerShellIssue related to WinGet PowerShell Module or cmdletIssue related to WinGet PowerShell Module or cmdlet
Localising help means translating the help text to non-EN-US languages and including those translations in the module. PowerShell does a great job handling this, but you must design it into the module.
As it turns out, the PowerShell team have some great guidance for this: https://learn.microsoft.com/en-us/powershell/scripting/developer/help/writing-help-for-windows-powershell-modules?view=powershell-7.3
Also, it looks like the module does not support updatable help either. You could consider fixing this.
Originally posted by @doctordns in #3182 (reply in thread)