Terry Cai
Terry Cai
手快点了
## Summary The `convertTransform` plugin currently applies `transform="translate(...)"` only to certain elements like ``, but does not apply it to other valid SVG elements such as: - `` - ``...
### Environment * Nuxt: `^3.x` * @nuxtjs/i18n: `^9.x` * Package manager: `pnpm` * Node: `>=18` * OS: macOS ### Reproduction #### 🧩 What I'm trying to do I want to...
### Describe the feature Currently, the files property in the locales configuration only supports an array of file paths. I would like to propose supporting a prefix option for each...
### Clear and concise description of the problem Currently, the `$t` function in Vue I18n supports the following signatures: ```ts $t(key: string): string; $t(key: string, values?: Record): string; ```` However,...