mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
import transaction from wechat pay billing file
This commit is contained in:
+2
-1
@@ -20,7 +20,8 @@ type DefaultTypes struct {
|
||||
|
||||
// DataConverterTextItems represents text items need to be translated in data converter
|
||||
type DataConverterTextItems struct {
|
||||
Alipay string
|
||||
Alipay string
|
||||
WeChatWallet string
|
||||
}
|
||||
|
||||
// VerifyEmailTextItems represents text items need to be translated in verify mail
|
||||
|
||||
+2
-1
@@ -10,7 +10,8 @@ var en = &LocaleTextItems{
|
||||
DigitGroupingSymbol: core.DIGIT_GROUPING_SYMBOL_COMMA,
|
||||
},
|
||||
DataConverterTextItems: &DataConverterTextItems{
|
||||
Alipay: "Alipay",
|
||||
Alipay: "Alipay",
|
||||
WeChatWallet: "Wallet",
|
||||
},
|
||||
VerifyEmailTextItems: &VerifyEmailTextItems{
|
||||
Title: "Verify Email",
|
||||
|
||||
@@ -10,7 +10,8 @@ var zhHans = &LocaleTextItems{
|
||||
DigitGroupingSymbol: core.DIGIT_GROUPING_SYMBOL_COMMA,
|
||||
},
|
||||
DataConverterTextItems: &DataConverterTextItems{
|
||||
Alipay: "支付宝",
|
||||
Alipay: "支付宝",
|
||||
WeChatWallet: "零钱",
|
||||
},
|
||||
VerifyEmailTextItems: &VerifyEmailTextItems{
|
||||
Title: "验证邮箱",
|
||||
|
||||
Reference in New Issue
Block a user