From e294f04b041932ea772623716146896bd460eab0 Mon Sep 17 00:00:00 2001 From: MiGueL0n <54883648+Miguelonlonlon@users.noreply.github.com> Date: Fri, 17 Jan 2025 05:52:17 +0100 Subject: [PATCH] Update es.go Change variable name from "en" to "es" to fix errors. --- pkg/locales/es.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/locales/es.go b/pkg/locales/es.go index bbc729d2..b6caf5c1 100644 --- a/pkg/locales/es.go +++ b/pkg/locales/es.go @@ -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,