7 lines
71 B
Go
7 lines
71 B
Go
|
package i18n
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed locale.*.json
|
||
|
var FS embed.FS
|