mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
fix: update var name from en to th
This commit is contained in:
committed by
mayswind
parent
66303a8965
commit
e4b5e96534
+1
-1
@@ -4,7 +4,7 @@ import (
|
|||||||
"github.com/mayswind/ezbookkeeping/pkg/core"
|
"github.com/mayswind/ezbookkeeping/pkg/core"
|
||||||
)
|
)
|
||||||
|
|
||||||
var en = &LocaleTextItems{
|
var th = &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