package locales // LocaleInfo represents locale info type LocaleInfo struct { Aliases []string Content *LocaleTextItems }