XRPLF / xrpl-dev-portal

Source code for xrpl.org including developer documentation
https://xrpl.org
Other
512 stars 1k forks source link

[JA] translate home #2560

Closed tequdev closed 1 month ago

tequdev commented 2 months ago

We will need to make changes to transition to the correct language.

Maybe useI18n can be used.

const { lang } = useI18n();
console.log(lang) // ja, en-US
mDuo13 commented 1 month ago

Ready to merge when conflicts are resolved.