This commit is contained in:
710leo 2021-07-25 18:19:48 +08:00
commit ae4f20bca1
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
}