use the normal transaction preview and the translation
This commit is contained in:
parent
81b56f6fed
commit
e03ca7fcae
@ -105,7 +105,8 @@ func (ls *LocalHandlerService) GetHandler(accountService remote.AccountService)
|
||||
ls.DbRs.AddLocalFunc("get_profile_info", appHandlers.GetProfileInfo)
|
||||
ls.DbRs.AddLocalFunc("verify_yob", appHandlers.VerifyYob)
|
||||
ls.DbRs.AddLocalFunc("reset_incorrect_date_format", appHandlers.ResetIncorrectYob)
|
||||
ls.DbRs.AddLocalFunc("initiate_transaction", appHandlers.InitiateTransaction)
|
||||
ls.DbRs.AddLocalFunc("normal_transaction_preview", appHandlers.NormalTransactionPreview)
|
||||
ls.DbRs.AddLocalFunc("initiate_normal_transaction", appHandlers.InitiateNormalTransaction)
|
||||
ls.DbRs.AddLocalFunc("confirm_pin_change", appHandlers.ConfirmPinChange)
|
||||
ls.DbRs.AddLocalFunc("quit_with_help", appHandlers.QuitWithHelp)
|
||||
ls.DbRs.AddLocalFunc("fetch_community_balance", appHandlers.FetchCommunityBalance)
|
||||
|
||||
@ -89,4 +89,7 @@ msgid "You will deposit %s %s into %s\n"
|
||||
msgstr "Utaweka %s %s kwenye %s\n"
|
||||
|
||||
msgid "Your request has been sent. You will receive an SMS when %s %s has been deposited into %s."
|
||||
msgstr "Ombi lako limetumwa. Utapokea ujumbe wakati %s %s itawekwa kwenye %s."
|
||||
msgstr "Ombi lako limetumwa. Utapokea ujumbe wakati %s %s itawekwa kwenye %s."
|
||||
|
||||
msgid "%s will receive %s %s from %s"
|
||||
msgstr %s atapokea %s %s kutoka kwa %s"
|
||||
@ -1,2 +1,2 @@
|
||||
{{.get_recipient}} will receive {{.get_amount}} from {{.get_sender}}
|
||||
{{.normal_transaction_preview}}
|
||||
Please enter your PIN to confirm:
|
||||
@ -1,9 +1,5 @@
|
||||
RELOAD get_amount
|
||||
MAP get_amount
|
||||
RELOAD get_recipient
|
||||
MAP get_recipient
|
||||
RELOAD get_sender
|
||||
MAP get_sender
|
||||
LOAD normal_transaction_preview 0
|
||||
MAP normal_transaction_preview
|
||||
MOUT back 0
|
||||
MOUT quit 9
|
||||
LOAD authorize_account 6
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
{{.get_recipient}} atapokea {{.get_amount}} kutoka kwa {{.get_sender}}
|
||||
Tafadhali weka PIN yako kudhibitisha:
|
||||
Loading…
Reference in New Issue
Block a user