From 5cbf29a1e89cf32dec2a4c5f1742be19573d5490 Mon Sep 17 00:00:00 2001 From: Fringg Date: Thu, 16 Apr 2026 05:38:34 +0300 Subject: [PATCH] fix: add paypear payment method description to ru/en locales --- src/locales/en.json | 3 +++ src/locales/ru.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/locales/en.json b/src/locales/en.json index 9a88b58..75dcd47 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -649,6 +649,9 @@ }, "kassa_ai": { "description": "Pay via Kassa AI" + }, + "paypear": { + "description": "Pay via PayPear" } }, "transactionHistory": "Transaction History", diff --git a/src/locales/ru.json b/src/locales/ru.json index 908a0ab..b130244 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -677,6 +677,9 @@ }, "kassa_ai": { "description": "Оплата через Kassa AI" + }, + "paypear": { + "description": "Оплата через PayPear" } }, "transactionHistory": "История операций",