Update es.go

Change variable name from "en" to "es" to fix errors.
This commit is contained in:
MiGueL0n
2025-01-17 05:52:17 +01:00
committed by mayswind
parent 27fa5625be
commit e294f04b04
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"github.com/mayswind/ezbookkeeping/pkg/core"
)
var en = &LocaleTextItems{
var es = &LocaleTextItems{
DefaultTypes: &DefaultTypes{
DecimalSeparator: core.DECIMAL_SEPARATOR_DOT,
DigitGroupingSymbol: core.DIGIT_GROUPING_SYMBOL_COMMA,