Hi Team,
I just recently started using prismic and i'd successfully integrated with my localized nextjs website (using nexti18n lib) my nextjs already has some locales defined like so (en-US, en-NG, en-GH) for my static pages in the site
Like this : mydomain.com/ng or /gh (page router)
Now im trying to localize the blog using prismic localization feature, i tried to create my own custom locale but i couldn't
BTW another idea i have for doing is making a select field named "Post To" in my blog_post document and select which country or locale i want this to show and then when i'm fetching i can filter the post i want to display based on my nextjs localized site locale
is there any other way i can go about doing this
Thanks