-
Notifications
You must be signed in to change notification settings - Fork 1.7k
(AB-506289) Fix overlocalization for about_Module_Manifests
#12708
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,13 @@ | ||
| --- | ||
| description: Describes the settings and practices for writing module manifest files. | ||
| Locale: en-US | ||
| ms.date: 09/04/2025 | ||
| ms.date: 01/28/2026 | ||
| no-loc: | ||
| - Windows PowerShell 5.1 Workflow | ||
| - PowerShell Gallery | ||
| - Author | ||
| - Copyright | ||
| - Description | ||
|
Comment on lines
+5
to
+10
|
||
| online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_module_manifests?view=powershell-7.4&WT.mc_id=ps-gethelp | ||
| schema: 2.0.0 | ||
| title: about_Module_Manifests | ||
|
|
@@ -112,8 +118,8 @@ followed by a matrix that lists: | |
|
|
||
| - **Input type**: The object type that you can specify for this setting in the | ||
| manifest. | ||
| - **Required**: If this value is `Yes`, the setting is required both to import | ||
| the module and to publish it to the PowerShell Gallery. If it's `No`, it's | ||
| - **Required**: If this value is "Yes", the setting is required both to import | ||
| the module and to publish it to the PowerShell Gallery. If it's "No", it's | ||
| required for neither. If it's `PowerShell Gallery`, it's only required for | ||
| publishing to the PowerShell Gallery. | ||
| - **Value if unset**: The value this setting has when imported and not | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,13 @@ | ||
| --- | ||
| description: Describes the settings and practices for writing module manifest files. | ||
| Locale: en-US | ||
| ms.date: 09/04/2025 | ||
| ms.date: 01/28/2026 | ||
| no-loc: | ||
| - Windows PowerShell 5.1 Workflow | ||
| - PowerShell Gallery | ||
| - Author | ||
| - Copyright | ||
| - Description | ||
|
Comment on lines
+5
to
+10
|
||
| online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_module_manifests?view=powershell-7.5&WT.mc_id=ps-gethelp | ||
| schema: 2.0.0 | ||
| title: about_Module_Manifests | ||
|
|
@@ -112,8 +118,8 @@ followed by a matrix that lists: | |
|
|
||
| - **Input type**: The object type that you can specify for this setting in the | ||
| manifest. | ||
| - **Required**: If this value is `Yes`, the setting is required both to import | ||
| the module and to publish it to the PowerShell Gallery. If it's `No`, it's | ||
| - **Required**: If this value is "Yes", the setting is required both to import | ||
| the module and to publish it to the PowerShell Gallery. If it's "No", it's | ||
| required for neither. If it's `PowerShell Gallery`, it's only required for | ||
| publishing to the PowerShell Gallery. | ||
| - **Value if unset**: The value this setting has when imported and not | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,13 @@ | ||
| --- | ||
| description: Describes the settings and practices for writing module manifest files. | ||
| Locale: en-US | ||
| ms.date: 09/04/2025 | ||
| ms.date: 01/28/2026 | ||
| no-loc: | ||
| - Windows PowerShell 5.1 Workflow | ||
| - PowerShell Gallery | ||
| - Author | ||
| - Copyright | ||
| - Description | ||
|
Comment on lines
+5
to
+10
|
||
| online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_module_manifests?view=powershell-7.6&WT.mc_id=ps-gethelp | ||
| schema: 2.0.0 | ||
| title: about_Module_Manifests | ||
|
|
@@ -112,8 +118,8 @@ followed by a matrix that lists: | |
|
|
||
| - **Input type**: The object type that you can specify for this setting in the | ||
| manifest. | ||
| - **Required**: If this value is `Yes`, the setting is required both to import | ||
| the module and to publish it to the PowerShell Gallery. If it's `No`, it's | ||
| - **Required**: If this value is "Yes", the setting is required both to import | ||
| the module and to publish it to the PowerShell Gallery. If it's "No", it's | ||
| required for neither. If it's `PowerShell Gallery`, it's only required for | ||
| publishing to the PowerShell Gallery. | ||
| - **Value if unset**: The value this setting has when imported and not | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Front-matter
no-locis consistently expressed as a flow-style YAML array in this repo (for examplereference/7.6/Microsoft.PowerShell.Core/About/about_Alias_Provider.md:5usesno-loc: [Alias, ...]). To match the established convention (and minimize diffs across versions), consider changing this block to a single-lineno-loc: [Windows PowerShell 5.1 Workflow, PowerShell Gallery, Author, Copyright, Description].