Skip to content
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

Get-LocalizationData: There is an issue when using this command on non-en-US locales #74

Closed
johlju opened this issue Jun 21, 2021 · 1 comment · Fixed by #109
Closed
Labels
bug The issue is a bug.

Comments

@johlju
Copy link
Member

johlju commented Jun 21, 2021

Details of the scenario you tried and the problem that is occurring

There is an issue with Get-LocalizationData when using it in a module on a non-en-US locale, e.g. en-GB.

Steps to reproduce the problem

  1. Use a Windows with UI culture en-GB (or any other culture except en-US)
  2. Clone the repo DnsServerDsc and build the module.

Build tasks for DscResource.DocGenerator fails because it cannot resolve the localization strings.

Expected behavior

Should resolve the localization strings for any UI culture and fallback to en-US.

Current behavior

Does not find any localization strings.

Suggested solution to the issue

Unknown.

The operating system the target node is running

Windows

Version and build of PowerShell the target node is running

Powershell 7.1.3

Version of the module that was used

0.10.2

@johlju johlju added bug The issue is a bug. help wanted The issue is up for grabs for anyone in the community. labels Jun 21, 2021
@johlju
Copy link
Member Author

johlju commented Jun 21, 2021

More information in the issue gaelcolas/Sampler#291.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant