answer/internal/base/translator/config.go

7 lines
143 B
Go
Raw Permalink Normal View History

2022-09-27 17:59:05 +08:00
package translator
// I18n i18n config
type I18n struct {
BundleDir string `json:"bundle_dir" mapstructure:"bundle_dir" yaml:"bundle_dir"`
2022-09-27 17:59:05 +08:00
}