adds supprot for japanese translation

This commit is contained in:
akcodez
2023-10-16 09:54:01 -07:00
parent d3a2fb658e
commit 4f3414e861

View File

@@ -387,49 +387,49 @@
{"id": "infrastructure",
"title": _("Infrastructure"),
"number": 7,
"description" : "Build and operate components or systems that help the functionality of the XRP Ledger, such as Nodes, dev tools, storage, security and more."
"description" : _("Build and operate components or systems that help the functionality of the XRP Ledger, such as Nodes, dev tools, storage, security and more.")
},
{"id": "developer_tooling",
"title": _("Developer Tooling"),
"number": 4,
"description" : "Developers can leverage open-source libraries, SDKs and more to help build their project and access essential XRP Ledger functionality."
"description" : _("Developers can leverage open-source libraries, SDKs and more to help build their project and access essential XRP Ledger functionality.")
},
{"id": "interoperability",
"title": _("Interoperability"),
"number": 3,
"description": "Developers and node operators can build and run custom sidechains while leveraging the XRPLs lean and efficient feature set."
"description": _("Developers and node operators can build and run custom sidechains while leveraging the XRPLs lean and efficient feature set.")
},
{"id": "wallet",
"title": _("Wallet"),
"number": 4,
"description": "Build digital wallets to store passwords and interact with various blockchains to send and receive digital assets, including XRP."
"description": _("Build digital wallets to store passwords and interact with various blockchains to send and receive digital assets, including XRP.")
},
{"id": "nfts",
"title": _("NFTs"),
"number": 7,
"description": "XRPL supports the issuance of IOUs that represent a currency of any value, as well as non-fungible tokens (NFTs)."
"description": _("XRPL supports the issuance of IOUs that represent a currency of any value, as well as non-fungible tokens (NFTs).")
},
{"id": "exchanges",
"title": _("Exchanges"),
"number": 2,
"description": "Build sophisticated exchanges where users can invest and trade crypto and assets such as stocks, ETFs, and commodities."
"description": _("Build sophisticated exchanges where users can invest and trade crypto and assets such as stocks, ETFs, and commodities.")
},
{"id": "gaming",
"title": _("Gaming"),
"number": 5,
"description": "The XRPL supports gaming at high speed given its reliable throughput, low fees, and sidechain interoperability."
"description": _("The XRPL supports gaming at high speed given its reliable throughput, low fees, and sidechain interoperability.")
},
{"id": "security",
"title": _("Security"),
"number": 1,
"description": "Build services and tools that help prevent and combat fraudulent activity with the XRPL."
"description": _("Build services and tools that help prevent and combat fraudulent activity with the XRPL.")
},
{"id": "payments",
"title": _("Payments"),
"number": 2,
"description": "Leverage the efficiency and speed of the XRP Ledger to move value all over the globe."
"description": _("Leverage the efficiency and speed of the XRP Ledger to move value all over the globe.")
},
{"id": "cbdc",
@@ -441,13 +441,13 @@
{"id": "sustainability",
"title": _("Sustainability"),
"number": 2,
"description": "Use the XRP Ledger to tokenize carbon offsets as non-fungible tokens (NFTs)."
"description": _("Use the XRP Ledger to tokenize carbon offsets as non-fungible tokens (NFTs).")
},
{"id": "custody",
"title": _("Custody"),
"number": 2,
"description": "Use the XRP Ledger to build crypto custody and securely hold, store and use your assets."
"description": _("Use the XRP Ledger to build crypto custody and securely hold, store and use your assets.")
},
] %}
{% for use in uses %}