mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 23:17:33 +08:00
8 lines
125 B
Go
8 lines
125 B
Go
package locales
|
|
|
|
// LocaleInfo represents locale info
|
|
type LocaleInfo struct {
|
|
Aliases []string
|
|
Content *LocaleTextItems
|
|
}
|