From 49ec70d1e3fcc0bdecaa4c5e58c5c54f94bf9d8d Mon Sep 17 00:00:00 2001 From: akcodez Date: Mon, 16 Oct 2023 14:22:15 -0700 Subject: [PATCH] adds missing translation wrap --- template/page-uses.html.jinja | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/template/page-uses.html.jinja b/template/page-uses.html.jinja index 349e82f1ac..9434467bfe 100644 --- a/template/page-uses.html.jinja +++ b/template/page-uses.html.jinja @@ -55,7 +55,7 @@ "title": _("Gatehub"), "description": _("Gatehub XRP Ledger Markets is an explorer to track Gatehub's inssuances on the XRP Ledger."), "category_id": "custody", - "category_name": "Custody", + "category_name": _("Custody"), "link": "https://gatehub.net/markets", }, { @@ -175,7 +175,7 @@ "title": _("Crossmark"), "description": _("Crossmark is a browser extension wallet built for interacting with the XRP Ledger."), "category_id": "wallet", - "category_name": "Wallet", + "category_name": _("Wallet"), "link": "https://github.com/crossmarkio", }, { @@ -300,16 +300,16 @@ } %} {% set other_categories = { - "interoperability": "Interoperability", - "wallet": "Wallet", - "nfts": "NFTs", - "exchanges": "Exchanges", - "gaming": "Gaming", - "security": "Security", - "payments": "Payments", - "sustainability": "Sustainability", - "cbdcs": "CBDCs", - "custody": "Custody" + "interoperability": _("Interoperability"), + "wallet": _("Wallet"), + "nfts": _("NFTs"), + "exchanges": _("Exchanges"), + "gaming": _("Gaming"), + "security": _("Security"), + "payments": _("Payments"), + "sustainability": _("Sustainability"), + "cbdcs": _("CBDCs"), + "custody": _("Custody") } %}