From 03d7ec8eeccae62cdccf840ac34e31aa7c623ec0 Mon Sep 17 00:00:00 2001 From: Mark Mackay Date: Tue, 25 Aug 2026 17:33:54 +0200 Subject: [PATCH] Add Finnish debit-transfer payment method translation The Finnish locale was missing the debit-transfer key added to all other locales in #144, causing TestLocaleKeyCoverage/fi to fail. Co-Authored-By: Claude Fable 5 --- locales/fi/app.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/fi/app.yml b/locales/fi/app.yml index dc0d132..9e77d83 100644 --- a/locales/fi/app.yml +++ b/locales/fi/app.yml @@ -131,6 +131,7 @@ fi: card+credit: "Luottokortti" card+debit: "Debit-kortti" credit-transfer: "Tilisiirto" + debit-transfer: "Veloitussiirto" cash: "Käteinen" direct-debit: "Suoraveloitus" online: "Verkkomaksu"