add a translation for the pay debt menu

This commit is contained in:
Alfred Kamanda 2026-02-23 16:14:31 +03:00
parent f198ecd913
commit 62eb132b32
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703
2 changed files with 5 additions and 2 deletions

View File

@ -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))
}

View File

@ -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."