From d05b7ac26cc299f495d42bca4598cf04eae1979e Mon Sep 17 00:00:00 2001 From: 0ko <0ko@noreply.codeberg.org> Date: Sat, 18 Apr 2026 20:03:54 +0500 Subject: [PATCH] use debug, not info --- modules/translation/i18n/localestore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/translation/i18n/localestore.go b/modules/translation/i18n/localestore.go index ea04fc28cf..d0f5841411 100644 --- a/modules/translation/i18n/localestore.go +++ b/modules/translation/i18n/localestore.go @@ -157,7 +157,7 @@ func (l *locale) LookupPluralByForm(trKey string, pluralForm PluralFormIndex, is // Severify depends on the lang. A missing string in default lang will affect // all translations, while community translations may just be incomplete - logFunc := log.Info + logFunc := log.Debug if isDefaultLang { logFunc = log.Error }