hi, i have nuxtServerInit action now i need a way to load all languages i have under my Project
settings
before it was possible with
const languagesFromPrismic = this.$prismic.api.data.languages
from nuxt-prismic module
hi, i have nuxtServerInit action now i need a way to load all languages i have under my Project
settings
before it was possible with
const languagesFromPrismic = this.$prismic.api.data.languages
from nuxt-prismic module
Hi Marko,
Unfortunately this kind of higher level repository info isn’t available in the GraphQL API at the moment.
This means you will have manually add any available languages for you repo to your project. This might be were an i18n file will come in useful.
yea thanks hope this will available soon
but yea its not much daramticaly butt nice to have 
This thread has been labeled as a feature request.