Bobakanoosh
Bobakanoosh
Explore posts from servers
NNuxt
Created by Bobakanoosh on 9/21/2024 in #❓・help
i18n language auto detection not working
I made a workaround, I manually check their navigator.language, set their locale, and set a cookie so this only happens once
5 replies
NNuxt
Created by Bobakanoosh on 9/21/2024 in #❓・help
i18n language auto detection not working
Thanks for the link @brunomgmateus I am using prefix_except_default, though in that issue’s reproduction, he actually has detectBrowserLanguage off, while I have mine off, so seems unrelated? Unless I’m misunderstanding
5 replies
NNuxt
Created by Bobakanoosh on 5/10/2024 in #❓・help
nuxt-i18n dynamically load translations
No description
23 replies
NNuxt
Created by Bobakanoosh on 5/10/2024 in #❓・help
nuxt-i18n dynamically load translations
Oh shitttt nice thank you!! I didn’t think this would be easily doable without wrapping them all myself
23 replies
NNuxt
Created by Bobakanoosh on 5/10/2024 in #❓・help
nuxt-i18n dynamically load translations
Hmm can you show me an example? I was planning on just storing their modified version in local storage or a cookie since they’ll only modify it temporarily
23 replies
NNuxt
Created by Bobakanoosh on 5/10/2024 in #❓・help
nuxt-i18n dynamically load translations
oooo awesome it worked! thank you so much!
23 replies
NNuxt
Created by Bobakanoosh on 5/10/2024 in #❓・help
nuxt-i18n dynamically load translations
No description
23 replies
NNuxt
Created by Bobakanoosh on 5/10/2024 in #❓・help
nuxt-i18n dynamically load translations
Not open source sadly and no budget for something so large 😦 I moreso was asking what within nuxt-i18n or vue-i18n I can use to dynamically load the translations once they edit that JSON on the frontend, I couldn't find anything.
23 replies
NNuxt
Created by Flxclmnt on 3/22/2024 in #❓・help
Best practice for fetching data updating url for copy/paste and url sharing purpose
12 replies
NNuxt
Created by Flxclmnt on 3/22/2024 in #❓・help
Best practice for fetching data updating url for copy/paste and url sharing purpose
This will give you a reactive version of your query parameter that will auto update the url when you change it
12 replies
NNuxt
Created by Flxclmnt on 3/22/2024 in #❓・help
Best practice for fetching data updating url for copy/paste and url sharing purpose
Try using useRouteQuery and potentially passing an option “mode: ‘replace’”
12 replies
NNuxt
Created by Bobakanoosh on 3/2/2024 in #❓・help
Debug dev server warmup speed & build speed
fixed by disabling presetIcons
3 replies
NNuxt
Created by Bobakanoosh on 3/2/2024 in #❓・help
Debug dev server warmup speed & build speed
Debugged, was using uno.config.ts's presetIcons and @nuxt/icon at the same time without realizing it (:
3 replies
NNuxt
Created by ChronicStone on 2/19/2024 in #❓・help
Nuxt postinstall (nuxt prepare cmd) / nuxt build hangs forever
@ChronicStone hey I know this is a bit old, but if you disable @unocss/nuxt module, does it fix your builds?
5 replies
NNuxt
Created by Bobakanoosh on 12/9/2022 in #❓・help
API Routes - Nested dynamic parameters
sigh.. bug with my middleware
2 replies