add a translation for the pay debt menu
This commit is contained in:
parent
f198ecd913
commit
62eb132b32
@ -267,7 +267,7 @@ func (h *MenuHandlers) GetVoucherList(ctx context.Context, sym string, input []b
|
||||
|
||||
if len(voucherData) == 0 {
|
||||
if sym == "get_paydebt_voucher_list" {
|
||||
res.Content = l.Get("You need another voucher to proceed. Only found %s", string(activeSym))
|
||||
res.Content = l.Get("You need another voucher to proceed. Only found %s.", string(activeSym))
|
||||
} else {
|
||||
res.Content = l.Get("Your active voucher %s is already set", string(activeSym))
|
||||
}
|
||||
|
||||
@ -92,4 +92,7 @@ msgid "Your request has been sent. You will receive an SMS when %s %s has been d
|
||||
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"
|
||||
msgstr %s atapokea %s %s kutoka kwa %s"
|
||||
|
||||
msgid "You need another voucher to proceed. Only found %s."
|
||||
msgstr "Unahitaji kua na sarafu nyingine. Tumepata tu %s."
|
||||
Loading…
Reference in New Issue
Block a user