\n\u003Cp>e.g. Soft\u003C/p>",[3157,3158],{"name":3138,"color":3139},{"name":3144,"color":3145},4713,"Calender: add variant options","2025-08-11T23:21:51Z","https://github.com/nuxt/ui/issues/4713",0.80690324,{"description":3165,"labels":3166,"number":3173,"owner":3147,"repository":3148,"state":3149,"title":3174,"updated_at":3175,"url":3176,"score":3177},"### Description\n\nI would like to have an option to display the number of the week inside of the calendar, I have already created an upstream [issue](https://github.com/unovue/reka-ui/issues/1949) in RekaUI.\n\n### Additional context\n\nInspiration: \n\n\n\n",[3167,3168,3169,3170],{"name":3138,"color":3139},{"name":3141,"color":3142},{"name":3144,"color":3145},{"name":3171,"color":3172},"reka-ui","56d799",4231,"[Calendar]: add option to display week numbers","2025-05-29T05:07:48Z","https://github.com/nuxt/ui/issues/4231",0.8285421,{"description":3179,"labels":3180,"number":3185,"owner":3147,"repository":3148,"state":3186,"title":3187,"updated_at":3188,"url":3189,"score":3190},"### Description\n\nHi, whats the best way to switch the langauge in UCalendar? For example I want to render the months and days in german.\n\nhttps://ui.nuxt.com/components/calendar",[3181,3184],{"name":3182,"color":3183},"question","d876e3",{"name":3141,"color":3142},4285,"closed","UCalendar localization","2025-06-04T06:53:07Z","https://github.com/nuxt/ui/issues/4285",0.66053796,{"description":3192,"labels":3193,"number":3196,"owner":3147,"repository":3148,"state":3186,"title":3197,"updated_at":3198,"url":3199,"score":3200},"### Description\n\nHow can I make the month and week in the calendar component display in Chinese? For example, \"Monday\" is displayed as \"周一\".",[3194,3195],{"name":3182,"color":3183},{"name":3141,"color":3142},4136,"Provide multi-language support for calendar component.","2025-05-12T15:35:32Z","https://github.com/nuxt/ui/issues/4136",0.73561984,{"description":3202,"labels":3203,"number":3207,"owner":3147,"repository":3148,"state":3186,"title":3208,"updated_at":3209,"url":3210,"score":3211},"### Description\n\nI would like to see support for Russian localization.\n\n### Additional context\n\n_No response_",[3204,3205,3206],{"name":3138,"color":3139},{"name":3141,"color":3142},{"name":3144,"color":3145},4536,"Calendar","2025-07-16T11:53:32Z","https://github.com/nuxt/ui/issues/4536",0.7492982,{"description":3213,"labels":3214,"number":3222,"owner":3147,"repository":3148,"state":3186,"title":3223,"updated_at":3224,"url":3225,"score":3226},"### Description\n\nI want to color certain dates according to a certain condition. Currently, there are two options available in the API: either unavailable or disabled. How do I implement this?",[3215,3216,3217,3220],{"name":3182,"color":3183},{"name":3141,"color":3142},{"name":3218,"color":3219},"closed-by-bot","ededed",{"name":3221,"color":3219},"stale",3413,"UCalendar custom selecting dates","2025-06-18T09:01:49Z","https://github.com/nuxt/ui/issues/3413",0.75866055,{"description":3228,"labels":3229,"number":3233,"owner":3147,"repository":3148,"state":3186,"title":3234,"updated_at":3235,"url":3236,"score":3237},"### Description\nCurrently, Nuxt UI supports some **region-specific locales** (e.g., `fa-IR`), but for English, the only available locale is `en`. This causes issues when an application is configured with `en-GB` as the desired locale, because Nuxt UI falls back to `en`, which seems to follow **US conventions** (e.g., Sunday as the first day of the week in the calendar).\n\nFor example, my Nuxt app is configured as follows:\n\n```ts\nexport default defineNuxtConfig({\n i18n: {\n defaultLocale: 'en',\n locales: [{ name: 'English', code: 'en', language: 'en-GB', file: 'en.ts' }],\n },\n})\n```\n\nSince Nuxt UI only recognizes `en`, the calendar incorrectly starts the week on Sunday, instead of Monday as expected for `en-GB`.\n\nThe good thing is that Reka behaves correctly is the locale is set to `en-GB`.\n\n### Proposed solution\n- Either add `en-GB` **as a distinct locale** in Nuxt UI\n- Or provide a way to **explicitly define locale settings** for relevant components globally (e.g., date-related components like the calendar)\n\n```html\n\u003CUApp :locale=\"locales[locale]\" language=\"en-GB\">\n```\n\n### Current workaround\nIt's possible to manually override the start of the week locally in each calendar instance, but this is inconvenient for maintaining consistency across the application.\n\n### Why this matters\nEnglish has multiple region-specific differences beyond just the start of the week (e.g., date formats, spelling conventions). Supporting `en-GB` properly would improve localization and user experience for apps targeting a British English audience.\n\nWould love to hear your thoughts on this! Thanks for your great work on Nuxt UI. 🚀\n\n### Additional context\n\n_No response_",[3230,3231,3232],{"name":3138,"color":3139},{"name":3141,"color":3142},{"name":3144,"color":3145},3729,"Support for en-GB locale","2025-06-11T08:58:25Z","https://github.com/nuxt/ui/issues/3729",0.7768174,{"description":3239,"labels":3240,"number":3245,"owner":3147,"repository":3148,"state":3186,"title":3246,"updated_at":3247,"url":3248,"score":3249},"### Environment\n\n```\n- Operating System: Windows_NT\n- Node Version: v22.13.1\n- Nuxt Version: 3.15.4\n- CLI Version: 3.21.1\n- Nitro Version: 2.10.4\n- Package Manager: bun@1.2.2\n- Builder: -\n- User Config: compatibilityDate, future, modules, imports, app, css, devtools, devServer, hooks, vite, nitro, supabase, site, sitemap, icon, fonts\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.12, @nuxtjs/seo@2.1.1, @nuxtjs/supabase@1.4.6, @vueuse/nuxt@12.5.0 \n- Build Modules: -\n```\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.12\n\n### Reproduction\n\njust 👉 https://ui3.nuxt.dev/components/toast#change-global-duration\n\n### Description\n\nWhen `duration` is set to `Infinity`, the toast immediately closed - expected not to close forever and hide the progress bar.\n\nWhen `duration` is set to `-Infinity`, the toast won't close, progress bar is hidden 🤔\n\n(many UI librarys behave like this, idk if it's a bug)\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3241,3244],{"name":3242,"color":3243},"bug","d73a4a",{"name":3141,"color":3142},3326,"Toast: Cannot handle `Infinity` duration correctly","2025-02-15T17:45:08Z","https://github.com/nuxt/ui/issues/3326",0.78287804,{"description":3251,"labels":3252,"number":3257,"owner":3147,"repository":3148,"state":3186,"title":3258,"updated_at":3259,"url":3260,"score":3261},"### Description\n\nHello,\nAny events fired when month or year is changed? Are there any events emitted?\nCouldnt find anything in the docs\n\nthanks.",[3253,3254,3255,3256],{"name":3182,"color":3183},{"name":3141,"color":3142},{"name":3218,"color":3219},{"name":3221,"color":3219},3593,"Calendar : Month / Year Emits","2025-08-20T02:09:10Z","https://github.com/nuxt/ui/issues/3593",0.7897054,["Reactive",3263],{},["Set"],["ShallowReactive",3266],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$feNDP1zdss3Yv3fdBtdvlc6ZhiOSCjb4_xcGmjhqh3PQ":-1},"/nuxt/ui/4837"]