leaderboardsgg / leaderboard-site

Frontend of Leaderboards.gg
https://leaderboards.gg/
GNU General Public License v3.0
55 stars 20 forks source link

Feature Request: Convert the `LanguageSelector` component #538

Closed erunks closed 1 year ago

erunks commented 1 year ago

What are you wanting to be added?

During the process of migrating from Nuxt 2 -> 3, we lost a few components due to compatibility issues at the time. Thanks to efforts from @buffet-time we now have i18n back in the project. We should now be able to convert the LanguageSelector component, from the nuxt2 branch, to work with Nuxt 3.

The documentation on the library we're using for this can be found here: https://v8.i18n.nuxtjs.org/, but it's not totally up to date, since they're still in the trenches on trying to get everything upgraded as well.

What might break?

Nothing.

Relevant Issues

No response