7 lines
83 B
Go
7 lines
83 B
Go
package client
|
|
|
|
import "embed"
|
|
|
|
//go:embed resource/lang
|
|
var Translations embed.FS
|