-
### Problem to solve
Not able to set first day of the week because first-day-of-week prop from v3 is missing.
### Proposed solution
Adding First Day of Week prop or documentation to configure thi…
-
## Bug report(问题描述)
运行没有问题,但是i18n Ally 扩展 提示 没有找到文案
import from vue-i18n 的地方都是 无法找到模块“vue-i18n”的声明文件。
#### Steps to reproduce(问题复现步骤)
#### Screenshot or Gif(截图或动态图)
#### Link to mi…
-
Is there a documentation or an example how to use this plugin with vue-router to add language prefixes to routes and to translate route names?
-
### Version
"nuxt": "^2.14.7",
"nuxt-i18n": "^6.15.4"
### Nuxt configuration
#### [mode](https://nuxtjs.org/guides/configuration-glossary/configuration-mode):
- [X] universal
- [] spa
##…
-
**Is your feature request related to a problem? Please describe.**
This is part of getting #2 fixed. There seems to be consensus that our next frtend will be based on [Vue](https://vuejs.org/). This …
-
### Reporting a bug?
Using `vite-plugin-ssr` to run Vue 3 with server side rendering, leaving the legacy api enabled will cause memory to slowly increase with every request.
### Expected behavior
…
-
### What problem does this feature solve?
It would be nice if the sitemap automatically generate routes in combination with the Nuxt `static` option
This feature request is available on Nuxt commu…
-
### Is your feature request related to a problem? Please describe.
I am using nuxt in static mode with `nuxt generate` and I am generating static html pages per languague for custom domains. I want…
-
### Details
I can't for the life of me get sitemap to generate multiple sitemaps with i18n. And instead it generated a single sitemap for the language with 94k urls.
My config for sitemap:
```
…
-
This is part question, part feature request.
In my code, I constantly have to typecast:
```ts
this.$notify.error({
title: this.$t('auth.invalidSignupTitle') as string,
message: this.$t('g…