adds missing translation wrap

This commit is contained in:
akcodez
2023-10-16 14:22:15 -07:00
parent 4f3414e861
commit 49ec70d1e3

View File

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