This commit is contained in:
UlricQin 2021-07-24 23:47:33 +08:00
parent f023b99fa9
commit 266397bac3
1 changed files with 1 additions and 1 deletions

View File

@ -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
}