locales/Messages.psd1
@{ 'MerryChristmas' = @{ 'Text' = "Merry Christmas!!" 'Colors' = ("Red", "Green") }; 'MessageForDevelopers' = @{ 'Text' = "And lots of {0} in {1}"; '{0}' = "CODE" 'Color' = 'White' }; 'HappyNewYear' = @{ 'Text' = "Happy New Year!" 'Colors' = ("Yellow", "Cyan") }; } |