From 4047aaf48a6cc40bdd8391bd1de882509b8a3650 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 22 Sep 2024 16:46:27 +0800 Subject: [PATCH] add comment --- pkg/locales/base.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/locales/base.go b/pkg/locales/base.go index c3c7d664..9f2e7d28 100644 --- a/pkg/locales/base.go +++ b/pkg/locales/base.go @@ -11,6 +11,7 @@ type LocaleTextItems struct { ForgetPasswordMailTextItems *ForgetPasswordMailTextItems } +// DefaultTypes represents default types for the language type DefaultTypes struct { DecimalSeparator core.DecimalSeparator DigitGroupingSymbol core.DigitGroupingSymbol