master
UlricQin 4 years ago
parent f023b99fa9
commit 266397bac3

@ -46,7 +46,7 @@ func Init(configs ...Config) {
func DictFileRegister(filePath string) {
if !file.IsExist(filePath) {
fmt.Printf("i18n config file %s not found. donot worry, we'll use default configuration\n", filePath)
// fmt.Printf("i18n config file %s not found. donot worry, we'll use default configuration\n", filePath)
return
}

Loading…
Cancel
Save