iainbrighton / PScribo

PowerShell documentation framework
MIT License
231 stars 35 forks source link

Possible issue for UICulture different than en-US - lack of fallback for Import-LocalizedData #40

Closed it-praktyk closed 7 years ago

it-praktyk commented 7 years ago

Due to lack of fallback to en-US translation for UICulture different than en-US PScribo probably fails.

Line of code need to be extended : https://github.com/iainbrighton/PScribo/blob/05be8f45674dd69e51a38a0df0d2e0a91479534d/PScribo.psm1#L2

I'll test it soon and if when I'll confirm than fix - in a way like here.

iainbrighton commented 7 years ago

@it-praktyk Yes - that would be great. I think the DSC resources so something similar as well.

it-praktyk commented 7 years ago

The mentioned previously fix 6b3d73fff6cd3494b872473dd1478f80e8ead95d didn't resolve it.

iainbrighton commented 7 years ago

@it-praktyk Looks like you spotted this long ago so apologies for not picking up on it sooner 😢. Version 0.7.17 should fix this? If not, please reopen the issue.