hehe...
This commit is contained in:
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…
Reference in New Issue