Skip to content

Commit

Permalink
Update es.go
Browse files Browse the repository at this point in the history
Change variable name from "en" to "es" to fix errors.
  • Loading branch information
Miguelonlonlon authored and mayswind committed Jan 17, 2025
1 parent 27fa562 commit e294f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/locales/es.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e294f04

Please sign in to comment.