Bobakanoosh
Bobakanoosh
Explore posts from servers
Aarktype
Created by Bobakanoosh on 10/2/2024 in #questions
Customizing Error Messages
I tried looking at each of these examples, but could only get the “actual” part working. Even then, the code for it feels really gross and hard to reuse. I see you say actual can be applied at a global level, but I don’t see an example of that in the link.
5 replies
Aarktype
Created by Bobakanoosh on 10/2/2024 in #questions
Customizing Error Messages
Thanks for the response - will try to take a look at this tomorrow!
5 replies
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
CDCloudflare Developers
Created by Bobakanoosh on 4/4/2024 in #general-help
Workers & Billing Page Not Aligning
I'm not sure what you mean by "standard requests"
7 replies
CDCloudflare Developers
Created by Bobakanoosh on 4/4/2024 in #general-help
Workers & Billing Page Not Aligning
Hmm. Just trying to see how I can know how much I'll be billed at the end of the month.
7 replies
CDCloudflare Developers
Created by Bobakanoosh on 4/4/2024 in #general-help
Workers & Billing Page Not Aligning
No description
7 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