Vue 3 i18n Notes
Recently, I've been working on a front-end project with i18n support, and I'd like to note the steps here.
Step 1: Install dependency
pnpm add vue-i18n@9
As of now, we have no other choice.
Step 2: Create Language Packs
At first, we need to define w...
blog.akr.moe2 min read