mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-08-23 19:20:54 +00:00
adds missing translation wrap
This commit is contained in:
@@ -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")
|
||||
} %}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user