Hi!
It seems that right now there only are "guides" on how to do various things. However I think it would be hugely helpful if there was some actual API reference that contains all the methods/properties/etc that vue-i18n offers (i.e. all the things that $t, $tc, $i18n, ... offer).
Thanks :)
Hi, have you seen this?
https://kazupon.github.io/vue-i18n/api/
@FrankyBoy
As @AleksandrSl pointed out, docs site have API reference.
Does this API reference helps ?
Maybe the navigation to API reference is easily missed...

That ... is very well hidden. Thanks for pointing that out.
Could this be made more visible somehow in the guide, as all links point to that? Ideally in the sidebar, same like you got the "Legacy" section.
On the one hand it's realy not so easy to find, from the other hand it repeats behaviour of Vue docs

But Vue has a lot more items that they have to fit somewhere.
For nuxt-i18n I've exposed those in the root: https://nuxt-community.github.io/nuxt-i18n/
@rchl your solution looks perfect to me, and vuex has the same solution
PR to improve navigation is welcome 馃檹
I will try to do it, if nobody minds
Can be closed I think
Thanks !!
Closing as resolved in #920 and the changes were deployed.