mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
Update es.go
Change variable name from "en" to "es" to fix errors.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import (
|
|||||||
"github.com/mayswind/ezbookkeeping/pkg/core"
|
"github.com/mayswind/ezbookkeeping/pkg/core"
|
||||||
)
|
)
|
||||||
|
|
||||||
var en = &LocaleTextItems{
|
var es = &LocaleTextItems{
|
||||||
DefaultTypes: &DefaultTypes{
|
DefaultTypes: &DefaultTypes{
|
||||||
DecimalSeparator: core.DECIMAL_SEPARATOR_DOT,
|
DecimalSeparator: core.DECIMAL_SEPARATOR_DOT,
|
||||||
DigitGroupingSymbol: core.DIGIT_GROUPING_SYMBOL_COMMA,
|
DigitGroupingSymbol: core.DIGIT_GROUPING_SYMBOL_COMMA,
|
||||||
|
|||||||
Reference in New Issue
Block a user