From 266397bac3fa93246d3cc0f1df0453662d50b637 Mon Sep 17 00:00:00 2001 From: UlricQin Date: Sat, 24 Jul 2021 23:47:33 +0800 Subject: [PATCH] hehe... --- pkg/i18n/i18n.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/i18n/i18n.go b/pkg/i18n/i18n.go index a2c0904e..30aa0ae5 100644 --- a/pkg/i18n/i18n.go +++ b/pkg/i18n/i18n.go @@ -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 } -- GitLab