From 62eb132b325c34883e056fe741c52bf1b1a5301d Mon Sep 17 00:00:00 2001 From: alfred-mk Date: Mon, 23 Feb 2026 16:14:31 +0300 Subject: [PATCH] add a translation for the pay debt menu --- handlers/application/vouchers.go | 2 +- services/registration/locale/swa/default.po | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/handlers/application/vouchers.go b/handlers/application/vouchers.go index 435615d..2f9d335 100644 --- a/handlers/application/vouchers.go +++ b/handlers/application/vouchers.go @@ -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)) } diff --git a/services/registration/locale/swa/default.po b/services/registration/locale/swa/default.po index 4bb0c58..9af2a3a 100644 --- a/services/registration/locale/swa/default.po +++ b/services/registration/locale/swa/default.po @@ -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" \ No newline at end of file +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." \ No newline at end of file